Html Css Color HEX #BB6001 Tenne (Tawny)

📋 copy color: '#BB6001'

red 187 ◦ green 96 ◦ blue 1

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

Shades of Tenne (Tawny) #BB6001

Tints of Tenne (Tawny) #BB6001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.8%

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

R = 65.85%
G = 33.8%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB6001 (or 0xBB6001) is known color: Tenne (Tawny). HEX triplet: BB, 60 and 01. RGB value is (187,96,1). Sum of RGB (Red+Green+Blue) = 187+96+1=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6001 is #449FFE. Grayscale: #707070. Windows color (decimal): -4497407 or 90299. OLE color: 90299.

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

Color convert

RGB 187 96 1 -
CMYK 0 0.49 0.99 0.27
HSL 30.65º 0.99% 0.37% -
HSV(B) 30.65º 0.99% 0.73% -
XYZ 24.68 18.93 2.38 -
YUV 112.38 65.15 181.22 -
System Red Green Blue C M Y K H S L
Decimal 187 96 1 0 0.49 0.99 0.27 30.65 0.99 0.37
Hex BB 60 1 0 31 63 1B 1F 63 25
Octal 273 140 1 0 61 143 33 37 143 45
Binary 10111011 1100000 1 0 110001 1100011 11011 11111 1100011 100101

Color Harmonies of #BB6001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6001

Black with #BB6001

Text Example


Text Example

White with #BB6001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6001; }

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

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

background-color css

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

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

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

border-color css

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

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

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