Html Css Color HEX #BB5D04 Tenne (Tawny)

📋 copy color: '#BB5D04'

red 187 ◦ green 93 ◦ blue 4

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

Shades of Tenne (Tawny) #BB5D04

Tints of Tenne (Tawny) #BB5D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 65.85%
G = 32.75%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB5D04 (or 0xBB5D04) is known color: Tenne (Tawny). HEX triplet: BB, 5D and 04. RGB value is (187,93,4). Sum of RGB (Red+Green+Blue) = 187+93+4=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5D04 is #44A2FB. Grayscale: #6F6F6F. Windows color (decimal): -4498172 or 286139. OLE color: 286139.

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

Color convert

RGB 187 93 4 -
CMYK 0 0.50 0.98 0.27
HSL 29.18º 0.96% 0.37% -
HSV(B) 29.18º 0.98% 0.73% -
XYZ 24.43 18.4 2.38 -
YUV 110.96 67.64 182.24 -
System Red Green Blue C M Y K H S L
Decimal 187 93 4 0 0.50 0.98 0.27 29.18 0.96 0.37
Hex BB 5D 4 0 32 62 1B 1D 60 25
Octal 273 135 4 0 62 142 33 35 140 45
Binary 10111011 1011101 100 0 110010 1100010 11011 11101 1100000 100101

Color Harmonies of #BB5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D04

Black with #BB5D04

Text Example


Text Example

White with #BB5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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