Html Css Color HEX #BD5804 Tenne (Tawny)

📋 copy color: '#BD5804'

red 189 ◦ green 88 ◦ blue 4

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

Shades of Tenne (Tawny) #BD5804

Tints of Tenne (Tawny) #BD5804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.32%

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

R = 67.26%
G = 31.32%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD5804 (or 0xBD5804) is known color: Tenne (Tawny). HEX triplet: BD, 58 and 04. RGB value is (189,88,4). Sum of RGB (Red+Green+Blue) = 189+88+4=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5804 is #42A7FB. Grayscale: #6D6D6D. Windows color (decimal): -4368380 or 284861. OLE color: 284861.

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

Color convert

RGB 189 88 4 -
CMYK 0 0.53 0.98 0.26
HSL 27.24º 0.96% 0.38% -
HSV(B) 27.24º 0.98% 0.74% -
XYZ 24.5 17.81 2.26 -
YUV 108.62 68.96 185.33 -
System Red Green Blue C M Y K H S L
Decimal 189 88 4 0 0.53 0.98 0.26 27.24 0.96 0.38
Hex BD 58 4 0 35 62 1A 1B 60 26
Octal 275 130 4 0 65 142 32 33 140 46
Binary 10111101 1011000 100 0 110101 1100010 11010 11011 1100000 100110

Color Harmonies of #BD5804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5804

Black with #BD5804

Text Example


Text Example

White with #BD5804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5804; }

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

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

background-color css

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

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

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

border-color css

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

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

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