Html Css Color HEX #BB6502 Tenne (Tawny)

📋 copy color: '#BB6502'

red 187 ◦ green 101 ◦ blue 2

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

Shades of Tenne (Tawny) #BB6502

Tints of Tenne (Tawny) #BB6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.83%

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

R = 64.48%
G = 34.83%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB6502 (or 0xBB6502) is known color: Tenne (Tawny). HEX triplet: BB, 65 and 02. RGB value is (187,101,2). Sum of RGB (Red+Green+Blue) = 187+101+2=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6502 is #449AFD. Grayscale: #737373. Windows color (decimal): -4496126 or 157115. OLE color: 157115.

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

Color convert

RGB 187 101 2 -
CMYK 0 0.46 0.99 0.27
HSL 32.11º 0.98% 0.37% -
HSV(B) 32.11º 0.99% 0.73% -
XYZ 25.16 19.88 2.57 -
YUV 115.43 63.99 179.05 -
System Red Green Blue C M Y K H S L
Decimal 187 101 2 0 0.46 0.99 0.27 32.11 0.98 0.37
Hex BB 65 2 0 2E 63 1B 20 62 25
Octal 273 145 2 0 56 143 33 40 142 45
Binary 10111011 1100101 10 0 101110 1100011 11011 100000 1100010 100101

Color Harmonies of #BB6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6502

Black with #BB6502

Text Example


Text Example

White with #BB6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6502; }

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

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

background-color css

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

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

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

border-color css

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

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

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