Html Css Color HEX #BB6201 Tenne (Tawny)

📋 copy color: '#BB6201'

red 187 ◦ green 98 ◦ blue 1

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

Shades of Tenne (Tawny) #BB6201

Tints of Tenne (Tawny) #BB6201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.27%

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

R = 65.38%
G = 34.27%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB6201 (or 0xBB6201) is known color: Tenne (Tawny). HEX triplet: BB, 62 and 01. RGB value is (187,98,1). Sum of RGB (Red+Green+Blue) = 187+98+1=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6201 is #449DFE. Grayscale: #727272. Windows color (decimal): -4496895 or 90811. OLE color: 90811.

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

Color convert

RGB 187 98 1 -
CMYK 0 0.48 0.99 0.27
HSL 31.29º 0.99% 0.37% -
HSV(B) 31.29º 0.99% 0.73% -
XYZ 24.87 19.3 2.44 -
YUV 113.55 64.49 180.39 -
System Red Green Blue C M Y K H S L
Decimal 187 98 1 0 0.48 0.99 0.27 31.29 0.99 0.37
Hex BB 62 1 0 30 63 1B 1F 63 25
Octal 273 142 1 0 60 143 33 37 143 45
Binary 10111011 1100010 1 0 110000 1100011 11011 11111 1100011 100101

Color Harmonies of #BB6201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6201

Black with #BB6201

Text Example


Text Example

White with #BB6201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6201; }

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

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

background-color css

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

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

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

border-color css

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

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

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