Html Css Color HEX #B97735 Meteor

📋 copy color: '#B97735'

red 185 ◦ green 119 ◦ blue 53

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

Shades of Meteor #B97735

Tints of Meteor #B97735

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

 BLUE value IS 53 (21.09% from 255) = 14.85%

R = 51.82%
G = 33.33%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B97735 (or 0xB97735) is known color: Meteor. HEX triplet: B9, 77 and 35. RGB value is (185,119,53). Sum of RGB (Red+Green+Blue) = 185+119+53=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B97735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97735 is #4688CA. Grayscale: #838383. Windows color (decimal): -4622539 or 3504057. OLE color: 3504057.

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

Color convert

RGB 185 119 53 -
CMYK 0 0.36 0.71 0.27
HSL 30º 0.55% 0.47% -
HSV(B) 30º 0.71% 0.73% -
XYZ 27.25 23.76 6.52 -
YUV 131.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 185 119 53 0 0.36 0.71 0.27 30 0.55 0.47
Hex B9 77 35 0 24 47 1B 1E 37 2F
Octal 271 167 65 0 44 107 33 36 67 57
Binary 10111001 1110111 110101 0 100100 1000111 11011 11110 110111 101111

Color Harmonies of #B97735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97735

Black with #B97735

Text Example


Text Example

White with #B97735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97735; }

 p { color: rgb(185,119,53); }

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

background-color css

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

 a { background-color: rgb(185,119,53); }

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

border-color css

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

 span { border-color: rgb(185,119,53); }

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