Html Css Color HEX #B97330 Meteor

📋 copy color: '#B97330'

red 185 ◦ green 115 ◦ blue 48

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

Shades of Meteor #B97330

Tints of Meteor #B97330

RGB

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

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

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

R = 53.16%
G = 33.05%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B97330 (or 0xB97330) is known color: Meteor. HEX triplet: B9, 73 and 30. RGB value is (185,115,48). Sum of RGB (Red+Green+Blue) = 185+115+48=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B97330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97330 is #468CCF. Grayscale: #808080. Windows color (decimal): -4623568 or 3175353. OLE color: 3175353.

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

Color convert

RGB 185 115 48 -
CMYK 0 0.38 0.74 0.27
HSL 29.34º 0.59% 0.46% -
HSV(B) 29.34º 0.74% 0.73% -
XYZ 26.67 22.79 5.79 -
YUV 128.29 82.69 168.45 -
System Red Green Blue C M Y K H S L
Decimal 185 115 48 0 0.38 0.74 0.27 29.34 0.59 0.46
Hex B9 73 30 0 26 4A 1B 1D 3B 2E
Octal 271 163 60 0 46 112 33 35 73 56
Binary 10111001 1110011 110000 0 100110 1001010 11011 11101 111011 101110

Color Harmonies of #B97330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97330

Black with #B97330

Text Example


Text Example

White with #B97330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97330; }

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

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

background-color css

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

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

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

border-color css

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

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

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