Html Css Color HEX #BD660D Tenne (Tawny)

📋 copy color: '#BD660D'

red 189 ◦ green 102 ◦ blue 13

#BD660D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #BD660D

Tints of Tenne (Tawny) #BD660D

RGB

 RED value IS 189 (74.22% from 255) = 62.17%

 GREEN value IS 102 (40.23% from 255) = 33.55%

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 62.17%
G = 33.55%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD660D (or 0xBD660D) is known color: Tenne (Tawny). HEX triplet: BD, 66 and 0D. RGB value is (189,102,13). Sum of RGB (Red+Green+Blue) = 189+102+13=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD660D is #4299F2. Grayscale: #767676. Windows color (decimal): -4364787 or 878269. OLE color: 878269.

HSL color Cylindrical-coordinate representation of color #BD660D: hue angle of 30.34º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD660D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 102 13 -
CMYK 0 0.46 0.93 0.26
HSL 30.34º 0.87% 0.4% -
HSV(B) 30.34º 0.93% 0.74% -
XYZ 25.81 20.35 2.95 -
YUV 117.87 68.82 178.74 -
System Red Green Blue C M Y K H S L
Decimal 189 102 13 0 0.46 0.93 0.26 30.34 0.87 0.4
Hex BD 66 D 0 2E 5D 1A 1E 57 28
Octal 275 146 15 0 56 135 32 36 127 50
Binary 10111101 1100110 1101 0 101110 1011101 11010 11110 1010111 101000

Color Harmonies of #BD660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD660D

Black with #BD660D

Text Example


Text Example

White with #BD660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD660D; }

 p { color: rgb(189,102,13); }

 H1.HeaderClassName
 {
   color: #BD660D;
 }
 .AnyTagClassName
 {
   color: #BD660D;
 }
</style>

background-color css

<style>
 a { background-color: #BD660D; }

 a { background-color: rgb(189,102,13); }

 div.DivClassName
 {
   background-color: #BD660D;
 }
 .BgClassName
 {
   background-color: #BD660D;
 }
</style>

border-color css

<style>
 span { border-color: #BD660D; }

 span { border-color: rgb(189,102,13); }

 td.TdClassName
 {
   border-color: #BD660D;
 }
 .TagClassName
 {
   border-color: #BD660D;
 }
</style>