Html Css Color HEX #B8630B Tenne (Tawny)

📋 copy color: '#B8630B'

red 184 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #B8630B

Tints of Tenne (Tawny) #B8630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 62.59%
G = 33.67%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8630B (or 0xB8630B) is known color: Tenne (Tawny). HEX triplet: B8, 63 and 0B. RGB value is (184,99,11). Sum of RGB (Red+Green+Blue) = 184+99+11=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B8630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8630B is #479CF4. Grayscale: #727272. Windows color (decimal): -4693237 or 746424. OLE color: 746424.

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

Color convert

RGB 184 99 11 -
CMYK 0 0.46 0.94 0.28
HSL 30.52º 0.89% 0.38% -
HSV(B) 30.52º 0.94% 0.72% -
XYZ 24.29 19.14 2.73 -
YUV 114.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 184 99 11 0 0.46 0.94 0.28 30.52 0.89 0.38
Hex B8 63 B 0 2E 5E 1C 1F 59 26
Octal 270 143 13 0 56 136 34 37 131 46
Binary 10111000 1100011 1011 0 101110 1011110 11100 11111 1011001 100110

Color Harmonies of #B8630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8630B

Black with #B8630B

Text Example


Text Example

White with #B8630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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