Html Css Color HEX #B8650A Tenne (Tawny)

📋 copy color: '#B8650A'

red 184 ◦ green 101 ◦ blue 10

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

Shades of Tenne (Tawny) #B8650A

Tints of Tenne (Tawny) #B8650A

RGB

 RED value IS 184 (72.27% from 255) = 62.37%

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

 BLUE value IS 10 (4.3% from 255) = 3.39%

R = 62.37%
G = 34.24%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8650A (or 0xB8650A) is known color: Tenne (Tawny). HEX triplet: B8, 65 and 0A. RGB value is (184,101,10). Sum of RGB (Red+Green+Blue) = 184+101+10=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8650A is #479AF5. Grayscale: #737373. Windows color (decimal): -4692726 or 681400. OLE color: 681400.

HSL color Cylindrical-coordinate representation of color #B8650A: hue angle of 31.38º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8650A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 101 10 -
CMYK 0 0.45 0.95 0.28
HSL 31.38º 0.9% 0.38% -
HSV(B) 31.38º 0.95% 0.72% -
XYZ 24.48 19.52 2.76 -
YUV 115.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 184 101 10 0 0.45 0.95 0.28 31.38 0.9 0.38
Hex B8 65 A 0 2D 5F 1C 1F 5A 26
Octal 270 145 12 0 55 137 34 37 132 46
Binary 10111000 1100101 1010 0 101101 1011111 11100 11111 1011010 100110

Color Harmonies of #B8650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8650A

Black with #B8650A

Text Example


Text Example

White with #B8650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8650A; }

 p { color: rgb(184,101,10); }

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

background-color css

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

 a { background-color: rgb(184,101,10); }

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

border-color css

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

 span { border-color: rgb(184,101,10); }

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