Html Css Color HEX #BB6702 Tenne (Tawny)

📋 copy color: '#BB6702'

red 187 ◦ green 103 ◦ blue 2

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

Shades of Tenne (Tawny) #BB6702

Tints of Tenne (Tawny) #BB6702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.27%

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

R = 64.04%
G = 35.27%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB6702 (or 0xBB6702) is known color: Tenne (Tawny). HEX triplet: BB, 67 and 02. RGB value is (187,103,2). Sum of RGB (Red+Green+Blue) = 187+103+2=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6702 is #4498FD. Grayscale: #757575. Windows color (decimal): -4495614 or 157627. OLE color: 157627.

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

Color convert

RGB 187 103 2 -
CMYK 0 0.45 0.99 0.27
HSL 32.76º 0.98% 0.37% -
HSV(B) 32.76º 0.99% 0.73% -
XYZ 25.35 20.27 2.63 -
YUV 116.6 63.33 178.21 -
System Red Green Blue C M Y K H S L
Decimal 187 103 2 0 0.45 0.99 0.27 32.76 0.98 0.37
Hex BB 67 2 0 2D 63 1B 21 62 25
Octal 273 147 2 0 55 143 33 41 142 45
Binary 10111011 1100111 10 0 101101 1100011 11011 100001 1100010 100101

Color Harmonies of #BB6702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6702

Black with #BB6702

Text Example


Text Example

White with #BB6702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6702; }

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

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

background-color css

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

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

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

border-color css

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

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

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