Html Css Color HEX #BD5504 Tenne (Tawny)

📋 copy color: '#BD5504'

red 189 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #BD5504

Tints of Tenne (Tawny) #BD5504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.58%

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

R = 67.99%
G = 30.58%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD5504 (or 0xBD5504) is known color: Tenne (Tawny). HEX triplet: BD, 55 and 04. RGB value is (189,85,4). Sum of RGB (Red+Green+Blue) = 189+85+4=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5504 is #42AAFB. Grayscale: #6B6B6B. Windows color (decimal): -4369148 or 284093. OLE color: 284093.

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

Color convert

RGB 189 85 4 -
CMYK 0 0.55 0.98 0.26
HSL 26.27º 0.96% 0.38% -
HSV(B) 26.27º 0.98% 0.74% -
XYZ 24.26 17.32 2.18 -
YUV 106.86 69.96 186.59 -
System Red Green Blue C M Y K H S L
Decimal 189 85 4 0 0.55 0.98 0.26 26.27 0.96 0.38
Hex BD 55 4 0 37 62 1A 1A 60 26
Octal 275 125 4 0 67 142 32 32 140 46
Binary 10111101 1010101 100 0 110111 1100010 11010 11010 1100000 100110

Color Harmonies of #BD5504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5504

Black with #BD5504

Text Example


Text Example

White with #BD5504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5504; }

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

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

background-color css

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

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

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

border-color css

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

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

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