Html Css Color HEX #B6752F Meteor

📋 copy color: '#B6752F'

red 182 ◦ green 117 ◦ blue 47

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

Shades of Meteor #B6752F

Tints of Meteor #B6752F

RGB

 RED value IS 182 (71.48% from 255) = 52.6%

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

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

R = 52.6%
G = 33.82%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B6752F (or 0xB6752F) is known color: Meteor. HEX triplet: B6, 75 and 2F. RGB value is (182,117,47). Sum of RGB (Red+Green+Blue) = 182+117+47=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6752F is #498AD0. Grayscale: #808080. Windows color (decimal): -4819665 or 3110326. OLE color: 3110326.

HSL color Cylindrical-coordinate representation of color #B6752F: hue angle of 31.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6752F is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 117 47 -
CMYK 0 0.36 0.74 0.29
HSL 31.11º 0.59% 0.45% -
HSV(B) 31.11º 0.74% 0.71% -
XYZ 26.17 22.87 5.73 -
YUV 128.46 82.03 166.19 -
System Red Green Blue C M Y K H S L
Decimal 182 117 47 0 0.36 0.74 0.29 31.11 0.59 0.45
Hex B6 75 2F 0 24 4A 1D 1F 3B 2D
Octal 266 165 57 0 44 112 35 37 73 55
Binary 10110110 1110101 101111 0 100100 1001010 11101 11111 111011 101101

Color Harmonies of #B6752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6752F

Black with #B6752F

Text Example


Text Example

White with #B6752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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