Html Css Color HEX #BD550B Tenne (Tawny)

📋 copy color: '#BD550B'

red 189 ◦ green 85 ◦ blue 11

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

Shades of Tenne (Tawny) #BD550B

Tints of Tenne (Tawny) #BD550B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 66.32%
G = 29.82%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD550B (or 0xBD550B) is known color: Tenne (Tawny). HEX triplet: BD, 55 and 0B. RGB value is (189,85,11). Sum of RGB (Red+Green+Blue) = 189+85+11=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD550B is #42AAF4. Grayscale: #6C6C6C. Windows color (decimal): -4369141 or 742845. OLE color: 742845.

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

Color convert

RGB 189 85 11 -
CMYK 0 0.55 0.94 0.26
HSL 24.94º 0.89% 0.39% -
HSV(B) 24.94º 0.94% 0.74% -
XYZ 24.3 17.34 2.38 -
YUV 107.66 73.46 186.02 -
System Red Green Blue C M Y K H S L
Decimal 189 85 11 0 0.55 0.94 0.26 24.94 0.89 0.39
Hex BD 55 B 0 37 5E 1A 19 59 27
Octal 275 125 13 0 67 136 32 31 131 47
Binary 10111101 1010101 1011 0 110111 1011110 11010 11001 1011001 100111

Color Harmonies of #BD550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD550B

Black with #BD550B

Text Example


Text Example

White with #BD550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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