Html Css Color HEX #B6753A Meteor

📋 copy color: '#B6753A'

red 182 ◦ green 117 ◦ blue 58

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

Shades of Meteor #B6753A

Tints of Meteor #B6753A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.25%

R = 50.98%
G = 32.77%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6753A (or 0xB6753A) is known color: Meteor. HEX triplet: B6, 75 and 3A. RGB value is (182,117,58). Sum of RGB (Red+Green+Blue) = 182+117+58=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6753A is #498AC5. Grayscale: #828282. Windows color (decimal): -4819654 or 3831222. OLE color: 3831222.

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

Color convert

RGB 182 117 58 -
CMYK 0 0.36 0.68 0.29
HSL 28.55º 0.52% 0.47% -
HSV(B) 28.55º 0.68% 0.71% -
XYZ 26.42 22.97 7.04 -
YUV 129.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 182 117 58 0 0.36 0.68 0.29 28.55 0.52 0.47
Hex B6 75 3A 0 24 44 1D 1D 34 2F
Octal 266 165 72 0 44 104 35 35 64 57
Binary 10110110 1110101 111010 0 100100 1000100 11101 11101 110100 101111

Color Harmonies of #B6753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6753A

Black with #B6753A

Text Example


Text Example

White with #B6753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6753A; }

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

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

background-color css

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

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

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

border-color css

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

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

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