Html Css Color HEX #BB640A Tenne (Tawny)

📋 copy color: '#BB640A'

red 187 ◦ green 100 ◦ blue 10

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

Shades of Tenne (Tawny) #BB640A

Tints of Tenne (Tawny) #BB640A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.37%

R = 62.96%
G = 33.67%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB640A (or 0xBB640A) is known color: Tenne (Tawny). HEX triplet: BB, 64 and 0A. RGB value is (187,100,10). Sum of RGB (Red+Green+Blue) = 187+100+10=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB640A is #449BF5. Grayscale: #747474. Windows color (decimal): -4496374 or 681147. OLE color: 681147.

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

Color convert

RGB 187 100 10 -
CMYK 0 0.47 0.95 0.27
HSL 30.51º 0.9% 0.39% -
HSV(B) 30.51º 0.95% 0.73% -
XYZ 25.11 19.7 2.77 -
YUV 115.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 187 100 10 0 0.47 0.95 0.27 30.51 0.9 0.39
Hex BB 64 A 0 2F 5F 1B 1F 5A 27
Octal 273 144 12 0 57 137 33 37 132 47
Binary 10111011 1100100 1010 0 101111 1011111 11011 11111 1011010 100111

Color Harmonies of #BB640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB640A

Black with #BB640A

Text Example


Text Example

White with #BB640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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