Html Css Color HEX #BB5D0D Tenne (Tawny)

📋 copy color: '#BB5D0D'

red 187 ◦ green 93 ◦ blue 13

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

Shades of Tenne (Tawny) #BB5D0D

Tints of Tenne (Tawny) #BB5D0D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

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

R = 63.82%
G = 31.74%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB5D0D (or 0xBB5D0D) is known color: Tenne (Tawny). HEX triplet: BB, 5D and 0D. RGB value is (187,93,13). Sum of RGB (Red+Green+Blue) = 187+93+13=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5D0D is #44A2F2. Grayscale: #707070. Windows color (decimal): -4498163 or 875963. OLE color: 875963.

HSL color Cylindrical-coordinate representation of color #BB5D0D: hue angle of 27.59º 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 #BB5D0D is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 13 -
CMYK 0 0.50 0.93 0.27
HSL 27.59º 0.87% 0.39% -
HSV(B) 27.59º 0.93% 0.73% -
XYZ 24.48 18.42 2.65 -
YUV 111.99 72.14 181.5 -
System Red Green Blue C M Y K H S L
Decimal 187 93 13 0 0.50 0.93 0.27 27.59 0.87 0.39
Hex BB 5D D 0 32 5D 1B 1C 57 27
Octal 273 135 15 0 62 135 33 34 127 47
Binary 10111011 1011101 1101 0 110010 1011101 11011 11100 1010111 100111

Color Harmonies of #BB5D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D0D

Black with #BB5D0D

Text Example


Text Example

White with #BB5D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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