Html Css Color HEX #BB4F01 Tenne (Tawny)

📋 copy color: '#BB4F01'

red 187 ◦ green 79 ◦ blue 1

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

Shades of Tenne (Tawny) #BB4F01

Tints of Tenne (Tawny) #BB4F01

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.59%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 70.04%
G = 29.59%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB4F01 (or 0xBB4F01) is known color: Tenne (Tawny). HEX triplet: BB, 4F and 01. RGB value is (187,79,1). Sum of RGB (Red+Green+Blue) = 187+79+1=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4F01 is #44B0FE. Grayscale: #666666. Windows color (decimal): -4501759 or 85947. OLE color: 85947.

HSL color Cylindrical-coordinate representation of color #BB4F01: hue angle of 25.16º degrees, saturation: 0.99, 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 #BB4F01 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 79 1 -
CMYK 0 0.58 0.99 0.27
HSL 25.16º 0.99% 0.37% -
HSV(B) 25.16º 0.99% 0.73% -
XYZ 23.29 16.16 1.92 -
YUV 102.4 70.78 188.34 -
System Red Green Blue C M Y K H S L
Decimal 187 79 1 0 0.58 0.99 0.27 25.16 0.99 0.37
Hex BB 4F 1 0 3A 63 1B 19 63 25
Octal 273 117 1 0 72 143 33 31 143 45
Binary 10111011 1001111 1 0 111010 1100011 11011 11001 1100011 100101

Color Harmonies of #BB4F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F01

Black with #BB4F01

Text Example


Text Example

White with #BB4F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F01; }

 p { color: rgb(187,79,1); }

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

background-color css

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

 a { background-color: rgb(187,79,1); }

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

border-color css

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

 span { border-color: rgb(187,79,1); }

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