Html Css Color HEX #B97334 Meteor

📋 copy color: '#B97334'

red 185 ◦ green 115 ◦ blue 52

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

Shades of Meteor #B97334

Tints of Meteor #B97334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

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

R = 52.56%
G = 32.67%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B97334 (or 0xB97334) is known color: Meteor. HEX triplet: B9, 73 and 34. RGB value is (185,115,52). Sum of RGB (Red+Green+Blue) = 185+115+52=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B97334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97334 is #468CCB. Grayscale: #818181. Windows color (decimal): -4623564 or 3437497. OLE color: 3437497.

HSL color Cylindrical-coordinate representation of color #B97334: hue angle of 28.42º 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 #B97334 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 115 52 -
CMYK 0 0.38 0.72 0.27
HSL 28.42º 0.56% 0.46% -
HSV(B) 28.42º 0.72% 0.73% -
XYZ 26.76 22.82 6.24 -
YUV 128.75 84.69 168.12 -
System Red Green Blue C M Y K H S L
Decimal 185 115 52 0 0.38 0.72 0.27 28.42 0.56 0.46
Hex B9 73 34 0 26 48 1B 1C 38 2E
Octal 271 163 64 0 46 110 33 34 70 56
Binary 10111001 1110011 110100 0 100110 1001000 11011 11100 111000 101110

Color Harmonies of #B97334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97334

Black with #B97334

Text Example


Text Example

White with #B97334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97334; }

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

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

background-color css

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

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

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

border-color css

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

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

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