Html Css Color HEX #BB6302 Tenne (Tawny)

📋 copy color: '#BB6302'

red 187 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #BB6302

Tints of Tenne (Tawny) #BB6302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

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

R = 64.93%
G = 34.38%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB6302 (or 0xBB6302) is known color: Tenne (Tawny). HEX triplet: BB, 63 and 02. RGB value is (187,99,2). Sum of RGB (Red+Green+Blue) = 187+99+2=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6302 is #449CFD. Grayscale: #727272. Windows color (decimal): -4496638 or 156603. OLE color: 156603.

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

Color convert

RGB 187 99 2 -
CMYK 0 0.47 0.99 0.27
HSL 31.46º 0.98% 0.37% -
HSV(B) 31.46º 0.99% 0.73% -
XYZ 24.97 19.49 2.5 -
YUV 114.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 187 99 2 0 0.47 0.99 0.27 31.46 0.98 0.37
Hex BB 63 2 0 2F 63 1B 1F 62 25
Octal 273 143 2 0 57 143 33 37 142 45
Binary 10111011 1100011 10 0 101111 1100011 11011 11111 1100010 100101

Color Harmonies of #BB6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6302

Black with #BB6302

Text Example


Text Example

White with #BB6302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6302; }

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

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

background-color css

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

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

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

border-color css

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

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

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