Html Css Color HEX #BD5E06 Tenne (Tawny)

📋 copy color: '#BD5E06'

red 189 ◦ green 94 ◦ blue 6

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

Shades of Tenne (Tawny) #BD5E06

Tints of Tenne (Tawny) #BD5E06

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.53%

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

R = 65.4%
G = 32.53%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD5E06 (or 0xBD5E06) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 06. RGB value is (189,94,6). Sum of RGB (Red+Green+Blue) = 189+94+6=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E06 is #42A1F9. Grayscale: #707070. Windows color (decimal): -4366842 or 417469. OLE color: 417469.

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

Color convert

RGB 189 94 6 -
CMYK 0 0.50 0.97 0.26
HSL 28.85º 0.94% 0.38% -
HSV(B) 28.85º 0.97% 0.74% -
XYZ 25.02 18.84 2.49 -
YUV 112.37 67.97 182.66 -
System Red Green Blue C M Y K H S L
Decimal 189 94 6 0 0.50 0.97 0.26 28.85 0.94 0.38
Hex BD 5E 6 0 32 61 1A 1D 5E 26
Octal 275 136 6 0 62 141 32 35 136 46
Binary 10111101 1011110 110 0 110010 1100001 11010 11101 1011110 100110

Color Harmonies of #BD5E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E06

Black with #BD5E06

Text Example


Text Example

White with #BD5E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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