Html Css Color HEX #BD5E0A Tenne (Tawny)

📋 copy color: '#BD5E0A'

red 189 ◦ green 94 ◦ blue 10

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

Shades of Tenne (Tawny) #BD5E0A

Tints of Tenne (Tawny) #BD5E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.41%

R = 64.51%
G = 32.08%
B = 3.41%

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

#BD5E0A (or 0xBD5E0A) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 0A. RGB value is (189,94,10). Sum of RGB (Red+Green+Blue) = 189+94+10=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E0A is #42A1F5. Grayscale: #717171. Windows color (decimal): -4366838 or 679613. OLE color: 679613.

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

Color convert

RGB 189 94 10 -
CMYK 0 0.50 0.95 0.26
HSL 28.16º 0.9% 0.39% -
HSV(B) 28.16º 0.95% 0.74% -
XYZ 25.04 18.85 2.6 -
YUV 112.83 69.97 182.33 -
System Red Green Blue C M Y K H S L
Decimal 189 94 10 0 0.50 0.95 0.26 28.16 0.9 0.39
Hex BD 5E A 0 32 5F 1A 1C 5A 27
Octal 275 136 12 0 62 137 32 34 132 47
Binary 10111101 1011110 1010 0 110010 1011111 11010 11100 1011010 100111

Color Harmonies of #BD5E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E0A

Black with #BD5E0A

Text Example


Text Example

White with #BD5E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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