Html Css Color HEX #B8712D Meteor

📋 copy color: '#B8712D'

red 184 ◦ green 113 ◦ blue 45

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

Shades of Meteor #B8712D

Tints of Meteor #B8712D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 53.8%
G = 33.04%
B = 13.16%

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

#B8712D (or 0xB8712D) is known color: Meteor. HEX triplet: B8, 71 and 2D. RGB value is (184,113,45). Sum of RGB (Red+Green+Blue) = 184+113+45=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8712D is #478ED2. Grayscale: #7E7E7E. Windows color (decimal): -4689619 or 2978232. OLE color: 2978232.

HSL color Cylindrical-coordinate representation of color #B8712D: hue angle of 29.35º 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 #B8712D is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 45 -
CMYK 0 0.39 0.76 0.28
HSL 29.35º 0.61% 0.45% -
HSV(B) 29.35º 0.76% 0.72% -
XYZ 26.15 22.19 5.39 -
YUV 126.48 82.02 169.03 -
System Red Green Blue C M Y K H S L
Decimal 184 113 45 0 0.39 0.76 0.28 29.35 0.61 0.45
Hex B8 71 2D 0 27 4C 1C 1D 3D 2D
Octal 270 161 55 0 47 114 34 35 75 55
Binary 10111000 1110001 101101 0 100111 1001100 11100 11101 111101 101101

Color Harmonies of #B8712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8712D

Black with #B8712D

Text Example


Text Example

White with #B8712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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