Html Css Color HEX #BD5E09 Tenne (Tawny)

📋 copy color: '#BD5E09'

red 189 ◦ green 94 ◦ blue 9

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

Shades of Tenne (Tawny) #BD5E09

Tints of Tenne (Tawny) #BD5E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.08%

R = 64.73%
G = 32.19%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD5E09 (or 0xBD5E09) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 09. RGB value is (189,94,9). Sum of RGB (Red+Green+Blue) = 189+94+9=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E09 is #42A1F6. Grayscale: #717171. Windows color (decimal): -4366839 or 614077. OLE color: 614077.

HSL color Cylindrical-coordinate representation of color #BD5E09: hue angle of 28.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD5E09 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 9 -
CMYK 0 0.50 0.95 0.26
HSL 28.33º 0.91% 0.39% -
HSV(B) 28.33º 0.95% 0.74% -
XYZ 25.04 18.84 2.58 -
YUV 112.72 69.47 182.41 -
System Red Green Blue C M Y K H S L
Decimal 189 94 9 0 0.50 0.95 0.26 28.33 0.91 0.39
Hex BD 5E 9 0 32 5F 1A 1C 5B 27
Octal 275 136 11 0 62 137 32 34 133 47
Binary 10111101 1011110 1001 0 110010 1011111 11010 11100 1011011 100111

Color Harmonies of #BD5E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E09

Black with #BD5E09

Text Example


Text Example

White with #BD5E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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