Html Css Color HEX #B67530 Meteor

📋 copy color: '#B67530'

red 182 ◦ green 117 ◦ blue 48

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

Shades of Meteor #B67530

Tints of Meteor #B67530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.83%

R = 52.45%
G = 33.72%
B = 13.83%

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

#B67530 (or 0xB67530) is known color: Meteor. HEX triplet: B6, 75 and 30. RGB value is (182,117,48). Sum of RGB (Red+Green+Blue) = 182+117+48=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B67530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67530 is #498ACF. Grayscale: #808080. Windows color (decimal): -4819664 or 3175862. OLE color: 3175862.

HSL color Cylindrical-coordinate representation of color #B67530: hue angle of 30.9º degrees, saturation: 0.58, 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 #B67530 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 117 48 -
CMYK 0 0.36 0.74 0.29
HSL 30.9º 0.58% 0.45% -
HSV(B) 30.9º 0.74% 0.71% -
XYZ 26.19 22.88 5.83 -
YUV 128.57 82.53 166.11 -
System Red Green Blue C M Y K H S L
Decimal 182 117 48 0 0.36 0.74 0.29 30.9 0.58 0.45
Hex B6 75 30 0 24 4A 1D 1F 3A 2D
Octal 266 165 60 0 44 112 35 37 72 55
Binary 10110110 1110101 110000 0 100100 1001010 11101 11111 111010 101101

Color Harmonies of #B67530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67530

Black with #B67530

Text Example


Text Example

White with #B67530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67530; }

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

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

background-color css

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

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

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

border-color css

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

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

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