Html Css Color HEX #B8712C Meteor

📋 copy color: '#B8712C'

red 184 ◦ green 113 ◦ blue 44

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

Shades of Meteor #B8712C

Tints of Meteor #B8712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

 BLUE value IS 44 (17.58% from 255) = 12.9%

R = 53.96%
G = 33.14%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8712C (or 0xB8712C) is known color: Meteor. HEX triplet: B8, 71 and 2C. RGB value is (184,113,44). Sum of RGB (Red+Green+Blue) = 184+113+44=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8712C is #478ED3. Grayscale: #7E7E7E. Windows color (decimal): -4689620 or 2912696. OLE color: 2912696.

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

Color convert

RGB 184 113 44 -
CMYK 0 0.39 0.76 0.28
HSL 29.57º 0.61% 0.45% -
HSV(B) 29.57º 0.76% 0.72% -
XYZ 26.13 22.18 5.29 -
YUV 126.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 184 113 44 0 0.39 0.76 0.28 29.57 0.61 0.45
Hex B8 71 2C 0 27 4C 1C 1E 3D 2D
Octal 270 161 54 0 47 114 34 36 75 55
Binary 10111000 1110001 101100 0 100111 1001100 11100 11110 111101 101101

Color Harmonies of #B8712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8712C

Black with #B8712C

Text Example


Text Example

White with #B8712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8712C; }

 p { color: rgb(184,113,44); }

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

background-color css

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

 a { background-color: rgb(184,113,44); }

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

border-color css

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

 span { border-color: rgb(184,113,44); }

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