Html Css Color HEX #BD5C06 Tenne (Tawny)

📋 copy color: '#BD5C06'

red 189 ◦ green 92 ◦ blue 6

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

Shades of Tenne (Tawny) #BD5C06

Tints of Tenne (Tawny) #BD5C06

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

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

R = 65.85%
G = 32.06%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD5C06 (or 0xBD5C06) is known color: Tenne (Tawny). HEX triplet: BD, 5C and 06. RGB value is (189,92,6). Sum of RGB (Red+Green+Blue) = 189+92+6=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5C06 is #42A3F9. Grayscale: #6F6F6F. Windows color (decimal): -4367354 or 416957. OLE color: 416957.

HSL color Cylindrical-coordinate representation of color #BD5C06: hue angle of 28.2º 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 #BD5C06 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 92 6 -
CMYK 0 0.51 0.97 0.26
HSL 28.2º 0.94% 0.38% -
HSV(B) 28.2º 0.97% 0.74% -
XYZ 24.85 18.49 2.43 -
YUV 111.2 68.64 183.49 -
System Red Green Blue C M Y K H S L
Decimal 189 92 6 0 0.51 0.97 0.26 28.2 0.94 0.38
Hex BD 5C 6 0 33 61 1A 1C 5E 26
Octal 275 134 6 0 63 141 32 34 136 46
Binary 10111101 1011100 110 0 110011 1100001 11010 11100 1011110 100110

Color Harmonies of #BD5C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C06

Black with #BD5C06

Text Example


Text Example

White with #BD5C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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