Html Css Color HEX #BB5E02 Tenne (Tawny)

📋 copy color: '#BB5E02'

red 187 ◦ green 94 ◦ blue 2

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

Shades of Tenne (Tawny) #BB5E02

Tints of Tenne (Tawny) #BB5E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.22%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 66.08%
G = 33.22%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB5E02 (or 0xBB5E02) is known color: Tenne (Tawny). HEX triplet: BB, 5E and 02. RGB value is (187,94,2). Sum of RGB (Red+Green+Blue) = 187+94+2=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E02 is #44A1FD. Grayscale: #6F6F6F. Windows color (decimal): -4497918 or 155323. OLE color: 155323.

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

Color convert

RGB 187 94 2 -
CMYK 0 0.50 0.99 0.27
HSL 29.84º 0.98% 0.37% -
HSV(B) 29.84º 0.99% 0.73% -
XYZ 24.51 18.57 2.35 -
YUV 111.32 66.31 181.98 -
System Red Green Blue C M Y K H S L
Decimal 187 94 2 0 0.50 0.99 0.27 29.84 0.98 0.37
Hex BB 5E 2 0 32 63 1B 1E 62 25
Octal 273 136 2 0 62 143 33 36 142 45
Binary 10111011 1011110 10 0 110010 1100011 11011 11110 1100010 100101

Color Harmonies of #BB5E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E02

Black with #BB5E02

Text Example


Text Example

White with #BB5E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E02; }

 p { color: rgb(187,94,2); }

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

background-color css

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

 a { background-color: rgb(187,94,2); }

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

border-color css

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

 span { border-color: rgb(187,94,2); }

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