Html Css Color HEX #B8650D Tenne (Tawny)

📋 copy color: '#B8650D'

red 184 ◦ green 101 ◦ blue 13

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

Shades of Tenne (Tawny) #B8650D

Tints of Tenne (Tawny) #B8650D

RGB

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

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

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

R = 61.74%
G = 33.89%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8650D (or 0xB8650D) is known color: Tenne (Tawny). HEX triplet: B8, 65 and 0D. RGB value is (184,101,13). Sum of RGB (Red+Green+Blue) = 184+101+13=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B8650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8650D is #479AF2. Grayscale: #747474. Windows color (decimal): -4692723 or 878008. OLE color: 878008.

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

Color convert

RGB 184 101 13 -
CMYK 0 0.45 0.93 0.28
HSL 30.88º 0.87% 0.39% -
HSV(B) 30.88º 0.93% 0.72% -
XYZ 24.49 19.53 2.86 -
YUV 115.79 70 176.66 -
System Red Green Blue C M Y K H S L
Decimal 184 101 13 0 0.45 0.93 0.28 30.88 0.87 0.39
Hex B8 65 D 0 2D 5D 1C 1F 57 27
Octal 270 145 15 0 55 135 34 37 127 47
Binary 10111000 1100101 1101 0 101101 1011101 11100 11111 1010111 100111

Color Harmonies of #B8650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8650D

Black with #B8650D

Text Example


Text Example

White with #B8650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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