Html Css Color HEX #BB650D Tenne (Tawny)

📋 copy color: '#BB650D'

red 187 ◦ green 101 ◦ blue 13

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

Shades of Tenne (Tawny) #BB650D

Tints of Tenne (Tawny) #BB650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.55%

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

R = 62.13%
G = 33.55%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB650D (or 0xBB650D) is known color: Tenne (Tawny). HEX triplet: BB, 65 and 0D. RGB value is (187,101,13). Sum of RGB (Red+Green+Blue) = 187+101+13=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB650D is #449AF2. Grayscale: #757575. Windows color (decimal): -4496115 or 878011. OLE color: 878011.

HSL color Cylindrical-coordinate representation of color #BB650D: hue angle of 30.34º 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 #BB650D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 101 13 -
CMYK 0 0.46 0.93 0.27
HSL 30.34º 0.87% 0.39% -
HSV(B) 30.34º 0.93% 0.73% -
XYZ 25.22 19.9 2.89 -
YUV 116.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 187 101 13 0 0.46 0.93 0.27 30.34 0.87 0.39
Hex BB 65 D 0 2E 5D 1B 1E 57 27
Octal 273 145 15 0 56 135 33 36 127 47
Binary 10111011 1100101 1101 0 101110 1011101 11011 11110 1010111 100111

Color Harmonies of #BB650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB650D

Black with #BB650D

Text Example


Text Example

White with #BB650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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