Html Css Color HEX #B9712D Meteor

📋 copy color: '#B9712D'

red 185 ◦ green 113 ◦ blue 45

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

Shades of Meteor #B9712D

Tints of Meteor #B9712D

RGB

 RED value IS 185 (72.66% from 255) = 53.94%

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

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

R = 53.94%
G = 32.94%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9712D (or 0xB9712D) is known color: Meteor. HEX triplet: B9, 71 and 2D. RGB value is (185,113,45). Sum of RGB (Red+Green+Blue) = 185+113+45=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9712D is #468ED2. Grayscale: #7F7F7F. Windows color (decimal): -4624083 or 2978233. OLE color: 2978233.

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

Color convert

RGB 185 113 45 -
CMYK 0 0.39 0.76 0.27
HSL 29.14º 0.61% 0.45% -
HSV(B) 29.14º 0.76% 0.73% -
XYZ 26.39 22.31 5.4 -
YUV 126.78 81.85 169.53 -
System Red Green Blue C M Y K H S L
Decimal 185 113 45 0 0.39 0.76 0.27 29.14 0.61 0.45
Hex B9 71 2D 0 27 4C 1B 1D 3D 2D
Octal 271 161 55 0 47 114 33 35 75 55
Binary 10111001 1110001 101101 0 100111 1001100 11011 11101 111101 101101

Color Harmonies of #B9712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9712D

Black with #B9712D

Text Example


Text Example

White with #B9712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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