Html Css Color HEX #B67534 Meteor

📋 copy color: '#B67534'

red 182 ◦ green 117 ◦ blue 52

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

Shades of Meteor #B67534

Tints of Meteor #B67534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.81%

R = 51.85%
G = 33.33%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B67534 (or 0xB67534) is known color: Meteor. HEX triplet: B6, 75 and 34. RGB value is (182,117,52). Sum of RGB (Red+Green+Blue) = 182+117+52=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B67534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67534 is #498ACB. Grayscale: #818181. Windows color (decimal): -4819660 or 3438006. OLE color: 3438006.

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

Color convert

RGB 182 117 52 -
CMYK 0 0.36 0.71 0.29
HSL 30º 0.56% 0.46% -
HSV(B) 30º 0.71% 0.71% -
XYZ 26.27 22.92 6.29 -
YUV 129.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 182 117 52 0 0.36 0.71 0.29 30 0.56 0.46
Hex B6 75 34 0 24 47 1D 1E 38 2E
Octal 266 165 64 0 44 107 35 36 70 56
Binary 10110110 1110101 110100 0 100100 1000111 11101 11110 111000 101110

Color Harmonies of #B67534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67534

Black with #B67534

Text Example


Text Example

White with #B67534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67534; }

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

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

background-color css

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

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

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

border-color css

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

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

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