Html Css Color HEX #B8630C Tenne (Tawny)

📋 copy color: '#B8630C'

red 184 ◦ green 99 ◦ blue 12

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

Shades of Tenne (Tawny) #B8630C

Tints of Tenne (Tawny) #B8630C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.07%

R = 62.37%
G = 33.56%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8630C (or 0xB8630C) is known color: Tenne (Tawny). HEX triplet: B8, 63 and 0C. RGB value is (184,99,12). Sum of RGB (Red+Green+Blue) = 184+99+12=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8630C is #479CF3. Grayscale: #727272. Windows color (decimal): -4693236 or 811960. OLE color: 811960.

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

Color convert

RGB 184 99 12 -
CMYK 0 0.46 0.93 0.28
HSL 30.35º 0.88% 0.38% -
HSV(B) 30.35º 0.93% 0.72% -
XYZ 24.3 19.14 2.76 -
YUV 114.5 70.16 177.57 -
System Red Green Blue C M Y K H S L
Decimal 184 99 12 0 0.46 0.93 0.28 30.35 0.88 0.38
Hex B8 63 C 0 2E 5D 1C 1E 58 26
Octal 270 143 14 0 56 135 34 36 130 46
Binary 10111000 1100011 1100 0 101110 1011101 11100 11110 1011000 100110

Color Harmonies of #B8630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8630C

Black with #B8630C

Text Example


Text Example

White with #B8630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8630C; }

 p { color: rgb(184,99,12); }

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

background-color css

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

 a { background-color: rgb(184,99,12); }

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

border-color css

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

 span { border-color: rgb(184,99,12); }

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