Html Css Color HEX #BB670C Tenne (Tawny)

📋 copy color: '#BB670C'

red 187 ◦ green 103 ◦ blue 12

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

Shades of Tenne (Tawny) #BB670C

Tints of Tenne (Tawny) #BB670C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 61.92%
G = 34.11%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB670C (or 0xBB670C) is known color: Tenne (Tawny). HEX triplet: BB, 67 and 0C. RGB value is (187,103,12). Sum of RGB (Red+Green+Blue) = 187+103+12=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB670C is #4498F3. Grayscale: #767676. Windows color (decimal): -4495604 or 812987. OLE color: 812987.

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

Color convert

RGB 187 103 12 -
CMYK 0 0.45 0.94 0.27
HSL 31.2º 0.88% 0.39% -
HSV(B) 31.2º 0.94% 0.73% -
XYZ 25.41 20.29 2.93 -
YUV 117.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 187 103 12 0 0.45 0.94 0.27 31.2 0.88 0.39
Hex BB 67 C 0 2D 5E 1B 1F 58 27
Octal 273 147 14 0 55 136 33 37 130 47
Binary 10111011 1100111 1100 0 101101 1011110 11011 11111 1011000 100111

Color Harmonies of #BB670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB670C

Black with #BB670C

Text Example


Text Example

White with #BB670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB670C; }

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

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

background-color css

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

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

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

border-color css

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

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

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