Html Css Color HEX #BB550D Tenne (Tawny)

📋 copy color: '#BB550D'

red 187 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #BB550D

Tints of Tenne (Tawny) #BB550D

RGB

 RED value IS 187 (73.44% from 255) = 65.61%

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

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 65.61%
G = 29.82%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB550D (or 0xBB550D) is known color: Tenne (Tawny). HEX triplet: BB, 55 and 0D. RGB value is (187,85,13). Sum of RGB (Red+Green+Blue) = 187+85+13=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB550D is #44AAF2. Grayscale: #6B6B6B. Windows color (decimal): -4500211 or 873915. OLE color: 873915.

HSL color Cylindrical-coordinate representation of color #BB550D: hue angle of 24.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB550D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 85 13 -
CMYK 0 0.55 0.93 0.27
HSL 24.83º 0.87% 0.39% -
HSV(B) 24.83º 0.93% 0.73% -
XYZ 23.81 17.09 2.42 -
YUV 107.29 74.79 184.85 -
System Red Green Blue C M Y K H S L
Decimal 187 85 13 0 0.55 0.93 0.27 24.83 0.87 0.39
Hex BB 55 D 0 37 5D 1B 19 57 27
Octal 273 125 15 0 67 135 33 31 127 47
Binary 10111011 1010101 1101 0 110111 1011101 11011 11001 1010111 100111

Color Harmonies of #BB550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB550D

Black with #BB550D

Text Example


Text Example

White with #BB550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB550D; }

 p { color: rgb(187,85,13); }

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

background-color css

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

 a { background-color: rgb(187,85,13); }

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

border-color css

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

 span { border-color: rgb(187,85,13); }

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