Html Css Color HEX #BB4D00 Tenne (Tawny)

📋 copy color: '#BB4D00'

red 187 ◦ green 77 ◦ blue 0

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

Shades of Tenne (Tawny) #BB4D00

Tints of Tenne (Tawny) #BB4D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.83%
G = 29.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB4D00 (or 0xBB4D00) is known color: Tenne (Tawny). HEX triplet: BB, 4D and 00. RGB value is (187,77,0). Sum of RGB (Red+Green+Blue) = 187+77+0=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4D00 is #44B2FF. Grayscale: #656565. Windows color (decimal): -4502272 or 19899. OLE color: 19899.

HSL color Cylindrical-coordinate representation of color #BB4D00: hue angle of 24.71º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB4D00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 0 -
CMYK 0 0.59 1 0.27
HSL 24.71º 1% 0.37% -
HSV(B) 24.71º 1% 0.73% -
XYZ 23.15 15.87 1.84 -
YUV 101.11 70.94 189.26 -
System Red Green Blue C M Y K H S L
Decimal 187 77 0 0 0.59 1 0.27 24.71 1 0.37
Hex BB 4D 0 0 3B 64 1B 19 64 25
Octal 273 115 0 0 73 144 33 31 144 45
Binary 10111011 1001101 0 0 111011 1100100 11011 11001 1100100 100101

Color Harmonies of #BB4D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D00

Black with #BB4D00

Text Example


Text Example

White with #BB4D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D00; }

 p { color: rgb(187,77,0); }

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

background-color css

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

 a { background-color: rgb(187,77,0); }

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

border-color css

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

 span { border-color: rgb(187,77,0); }

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