Html Css Color HEX #B67531 Meteor

📋 copy color: '#B67531'

red 182 ◦ green 117 ◦ blue 49

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

Shades of Meteor #B67531

Tints of Meteor #B67531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.08%

R = 52.3%
G = 33.62%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B67531 (or 0xB67531) is known color: Meteor. HEX triplet: B6, 75 and 31. RGB value is (182,117,49). Sum of RGB (Red+Green+Blue) = 182+117+49=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B67531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67531 is #498ACE. Grayscale: #818181. Windows color (decimal): -4819663 or 3241398. OLE color: 3241398.

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

Color convert

RGB 182 117 49 -
CMYK 0 0.36 0.73 0.29
HSL 30.68º 0.58% 0.45% -
HSV(B) 30.68º 0.73% 0.71% -
XYZ 26.21 22.89 5.94 -
YUV 128.68 83.03 166.03 -
System Red Green Blue C M Y K H S L
Decimal 182 117 49 0 0.36 0.73 0.29 30.68 0.58 0.45
Hex B6 75 31 0 24 49 1D 1F 3A 2D
Octal 266 165 61 0 44 111 35 37 72 55
Binary 10110110 1110101 110001 0 100100 1001001 11101 11111 111010 101101

Color Harmonies of #B67531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67531

Black with #B67531

Text Example


Text Example

White with #B67531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67531; }

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

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

background-color css

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

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

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

border-color css

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

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

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