Html Css Color HEX #BB640D Tenne (Tawny)

📋 copy color: '#BB640D'

red 187 ◦ green 100 ◦ blue 13

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

Shades of Tenne (Tawny) #BB640D

Tints of Tenne (Tawny) #BB640D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 62.33%
G = 33.33%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB640D (or 0xBB640D) is known color: Tenne (Tawny). HEX triplet: BB, 64 and 0D. RGB value is (187,100,13). Sum of RGB (Red+Green+Blue) = 187+100+13=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB640D is #449BF2. Grayscale: #747474. Windows color (decimal): -4496371 or 877755. OLE color: 877755.

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

Color convert

RGB 187 100 13 -
CMYK 0 0.47 0.93 0.27
HSL 30º 0.87% 0.39% -
HSV(B) 30º 0.93% 0.73% -
XYZ 25.12 19.71 2.86 -
YUV 116.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 187 100 13 0 0.47 0.93 0.27 30 0.87 0.39
Hex BB 64 D 0 2F 5D 1B 1E 57 27
Octal 273 144 15 0 57 135 33 36 127 47
Binary 10111011 1100100 1101 0 101111 1011101 11011 11110 1010111 100111

Color Harmonies of #BB640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB640D

Black with #BB640D

Text Example


Text Example

White with #BB640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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