Html Css Color HEX #B7712D Meteor

📋 copy color: '#B7712D'

red 183 ◦ green 113 ◦ blue 45

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

Shades of Meteor #B7712D

Tints of Meteor #B7712D

RGB

 RED value IS 183 (71.88% from 255) = 53.67%

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

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

R = 53.67%
G = 33.14%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7712D (or 0xB7712D) is known color: Meteor. HEX triplet: B7, 71 and 2D. RGB value is (183,113,45). Sum of RGB (Red+Green+Blue) = 183+113+45=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7712D is #488ED2. Grayscale: #7E7E7E. Windows color (decimal): -4755155 or 2978231. OLE color: 2978231.

HSL color Cylindrical-coordinate representation of color #B7712D: 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.75%. Process color model (Four color, CMYK) of #B7712D is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 113 45 -
CMYK 0 0.38 0.75 0.28
HSL 29.57º 0.61% 0.45% -
HSV(B) 29.57º 0.75% 0.72% -
XYZ 25.91 22.07 5.38 -
YUV 126.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 183 113 45 0 0.38 0.75 0.28 29.57 0.61 0.45
Hex B7 71 2D 0 26 4B 1C 1E 3D 2D
Octal 267 161 55 0 46 113 34 36 75 55
Binary 10110111 1110001 101101 0 100110 1001011 11100 11110 111101 101101

Color Harmonies of #B7712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7712D

Black with #B7712D

Text Example


Text Example

White with #B7712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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