Html Css Color HEX #BD6B06 Tenne (Tawny)

📋 copy color: '#BD6B06'

red 189 ◦ green 107 ◦ blue 6

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

Shades of Tenne (Tawny) #BD6B06

Tints of Tenne (Tawny) #BD6B06

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.43%

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 62.58%
G = 35.43%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD6B06 (or 0xBD6B06) is known color: Tenne (Tawny). HEX triplet: BD, 6B and 06. RGB value is (189,107,6). Sum of RGB (Red+Green+Blue) = 189+107+6=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6B06 is #4294F9. Grayscale: #787878. Windows color (decimal): -4363514 or 420797. OLE color: 420797.

HSL color Cylindrical-coordinate representation of color #BD6B06: hue angle of 33.11º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD6B06 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 107 6 -
CMYK 0 0.43 0.97 0.26
HSL 33.11º 0.94% 0.38% -
HSV(B) 33.11º 0.97% 0.74% -
XYZ 26.28 21.35 2.91 -
YUV 120 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 189 107 6 0 0.43 0.97 0.26 33.11 0.94 0.38
Hex BD 6B 6 0 2B 61 1A 21 5E 26
Octal 275 153 6 0 53 141 32 41 136 46
Binary 10111101 1101011 110 0 101011 1100001 11010 100001 1011110 100110

Color Harmonies of #BD6B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B06

Black with #BD6B06

Text Example


Text Example

White with #BD6B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B06; }

 p { color: rgb(189,107,6); }

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

background-color css

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

 a { background-color: rgb(189,107,6); }

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

border-color css

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

 span { border-color: rgb(189,107,6); }

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