Html Css Color HEX #BB6310 Tenne (Tawny)

📋 copy color: '#BB6310'

red 187 ◦ green 99 ◦ blue 16

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

Shades of Tenne (Tawny) #BB6310

Tints of Tenne (Tawny) #BB6310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 61.92%
G = 32.78%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB6310 (or 0xBB6310) is known color: Tenne (Tawny). HEX triplet: BB, 63 and 10. RGB value is (187,99,16). Sum of RGB (Red+Green+Blue) = 187+99+16=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6310 is #449CEF. Grayscale: #747474. Windows color (decimal): -4496624 or 1074107. OLE color: 1074107.

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

Color convert

RGB 187 99 16 -
CMYK 0 0.47 0.91 0.27
HSL 29.12º 0.84% 0.4% -
HSV(B) 29.12º 0.91% 0.73% -
XYZ 25.05 19.53 2.94 -
YUV 115.85 71.65 178.75 -
System Red Green Blue C M Y K H S L
Decimal 187 99 16 0 0.47 0.91 0.27 29.12 0.84 0.4
Hex BB 63 10 0 2F 5B 1B 1D 54 28
Octal 273 143 20 0 57 133 33 35 124 50
Binary 10111011 1100011 10000 0 101111 1011011 11011 11101 1010100 101000

Color Harmonies of #BB6310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6310

Black with #BB6310

Text Example


Text Example

White with #BB6310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6310; }

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

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

background-color css

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

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

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

border-color css

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

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

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