Html Css Color HEX #B97534 Meteor

📋 copy color: '#B97534'

red 185 ◦ green 117 ◦ blue 52

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

Shades of Meteor #B97534

Tints of Meteor #B97534

RGB

 RED value IS 185 (72.66% from 255) = 52.26%

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

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

R = 52.26%
G = 33.05%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B97534 (or 0xB97534) is known color: Meteor. HEX triplet: B9, 75 and 34. RGB value is (185,117,52). Sum of RGB (Red+Green+Blue) = 185+117+52=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B97534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97534 is #468ACB. Grayscale: #828282. Windows color (decimal): -4623052 or 3438009. OLE color: 3438009.

HSL color Cylindrical-coordinate representation of color #B97534: hue angle of 29.32º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B97534 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 117 52 -
CMYK 0 0.37 0.72 0.27
HSL 29.32º 0.56% 0.46% -
HSV(B) 29.32º 0.72% 0.73% -
XYZ 26.99 23.28 6.32 -
YUV 129.92 84.03 167.29 -
System Red Green Blue C M Y K H S L
Decimal 185 117 52 0 0.37 0.72 0.27 29.32 0.56 0.46
Hex B9 75 34 0 25 48 1B 1D 38 2E
Octal 271 165 64 0 45 110 33 35 70 56
Binary 10111001 1110101 110100 0 100101 1001000 11011 11101 111000 101110

Color Harmonies of #B97534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97534

Black with #B97534

Text Example


Text Example

White with #B97534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97534; }

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

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

background-color css

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

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

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

border-color css

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

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

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