Html Css Color HEX #B9752F Meteor

📋 copy color: '#B9752F'

red 185 ◦ green 117 ◦ blue 47

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

Shades of Meteor #B9752F

Tints of Meteor #B9752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 47 (18.75% from 255) = 13.47%

R = 53.01%
G = 33.52%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9752F (or 0xB9752F) is known color: Meteor. HEX triplet: B9, 75 and 2F. RGB value is (185,117,47). Sum of RGB (Red+Green+Blue) = 185+117+47=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9752F is #468AD0. Grayscale: #818181. Windows color (decimal): -4623057 or 3110329. OLE color: 3110329.

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

Color convert

RGB 185 117 47 -
CMYK 0 0.37 0.75 0.27
HSL 30.43º 0.59% 0.45% -
HSV(B) 30.43º 0.75% 0.73% -
XYZ 26.88 23.24 5.76 -
YUV 129.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 185 117 47 0 0.37 0.75 0.27 30.43 0.59 0.45
Hex B9 75 2F 0 25 4B 1B 1E 3B 2D
Octal 271 165 57 0 45 113 33 36 73 55
Binary 10111001 1110101 101111 0 100101 1001011 11011 11110 111011 101101

Color Harmonies of #B9752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9752F

Black with #B9752F

Text Example


Text Example

White with #B9752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9752F; }

 p { color: rgb(185,117,47); }

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

background-color css

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

 a { background-color: rgb(185,117,47); }

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

border-color css

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

 span { border-color: rgb(185,117,47); }

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