Html Css Color HEX #BB650E Tenne (Tawny)

📋 copy color: '#BB650E'

red 187 ◦ green 101 ◦ blue 14

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

Shades of Tenne (Tawny) #BB650E

Tints of Tenne (Tawny) #BB650E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 61.92%
G = 33.44%
B = 4.64%

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

#BB650E (or 0xBB650E) is known color: Tenne (Tawny). HEX triplet: BB, 65 and 0E. RGB value is (187,101,14). Sum of RGB (Red+Green+Blue) = 187+101+14=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB650E is #449AF1. Grayscale: #757575. Windows color (decimal): -4496114 or 943547. OLE color: 943547.

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

Color convert

RGB 187 101 14 -
CMYK 0 0.46 0.93 0.27
HSL 30.17º 0.86% 0.39% -
HSV(B) 30.17º 0.93% 0.73% -
XYZ 25.23 19.9 2.93 -
YUV 116.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 187 101 14 0 0.46 0.93 0.27 30.17 0.86 0.39
Hex BB 65 E 0 2E 5D 1B 1E 56 27
Octal 273 145 16 0 56 135 33 36 126 47
Binary 10111011 1100101 1110 0 101110 1011101 11011 11110 1010110 100111

Color Harmonies of #BB650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB650E

Black with #BB650E

Text Example


Text Example

White with #BB650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB650E; }

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

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

background-color css

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

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

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

border-color css

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

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

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