Html Css Color HEX #BB640B Tenne (Tawny)

📋 copy color: '#BB640B'

red 187 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #BB640B

Tints of Tenne (Tawny) #BB640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

 BLUE value IS 11 (4.69% from 255) = 3.69%

R = 62.75%
G = 33.56%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB640B (or 0xBB640B) is known color: Tenne (Tawny). HEX triplet: BB, 64 and 0B. RGB value is (187,100,11). Sum of RGB (Red+Green+Blue) = 187+100+11=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB640B is #449BF4. Grayscale: #747474. Windows color (decimal): -4496373 or 746683. OLE color: 746683.

HSL color Cylindrical-coordinate representation of color #BB640B: hue angle of 30.34º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB640B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 11 -
CMYK 0 0.47 0.94 0.27
HSL 30.34º 0.89% 0.39% -
HSV(B) 30.34º 0.94% 0.73% -
XYZ 25.11 19.7 2.8 -
YUV 115.87 68.82 178.74 -
System Red Green Blue C M Y K H S L
Decimal 187 100 11 0 0.47 0.94 0.27 30.34 0.89 0.39
Hex BB 64 B 0 2F 5E 1B 1E 59 27
Octal 273 144 13 0 57 136 33 36 131 47
Binary 10111011 1100100 1011 0 101111 1011110 11011 11110 1011001 100111

Color Harmonies of #BB640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB640B

Black with #BB640B

Text Example


Text Example

White with #BB640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB640B; }

 p { color: rgb(187,100,11); }

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

background-color css

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

 a { background-color: rgb(187,100,11); }

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

border-color css

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

 span { border-color: rgb(187,100,11); }

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