Html Css Color HEX #BD5E04 Tenne (Tawny)

📋 copy color: '#BD5E04'

red 189 ◦ green 94 ◦ blue 4

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

Shades of Tenne (Tawny) #BD5E04

Tints of Tenne (Tawny) #BD5E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 65.85%
G = 32.75%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD5E04 (or 0xBD5E04) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 04. RGB value is (189,94,4). Sum of RGB (Red+Green+Blue) = 189+94+4=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E04 is #42A1FB. Grayscale: #707070. Windows color (decimal): -4366844 or 286397. OLE color: 286397.

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

Color convert

RGB 189 94 4 -
CMYK 0 0.50 0.98 0.26
HSL 29.19º 0.96% 0.38% -
HSV(B) 29.19º 0.98% 0.74% -
XYZ 25.01 18.83 2.43 -
YUV 112.15 66.97 182.82 -
System Red Green Blue C M Y K H S L
Decimal 189 94 4 0 0.50 0.98 0.26 29.19 0.96 0.38
Hex BD 5E 4 0 32 62 1A 1D 60 26
Octal 275 136 4 0 62 142 32 35 140 46
Binary 10111101 1011110 100 0 110010 1100010 11010 11101 1100000 100110

Color Harmonies of #BD5E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E04

Black with #BD5E04

Text Example


Text Example

White with #BD5E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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