Html Css Color HEX #B97395 Hopbush

📋 copy color: '#B97395'

red 185 ◦ green 115 ◦ blue 149

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

Shades of Hopbush #B97395

Tints of Hopbush #B97395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 41.2%
G = 25.61%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B97395 (or 0xB97395) is known color: Hopbush. HEX triplet: B9, 73 and 95. RGB value is (185,115,149). Sum of RGB (Red+Green+Blue) = 185+115+149=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B97395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97395 is #468C6A. Grayscale: #8B8B8B. Windows color (decimal): -4623467 or 9794489. OLE color: 9794489.

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

Color convert

RGB 185 115 149 -
CMYK 0 0.38 0.19 0.27
HSL 330.86º 0.33% 0.59% -
HSV(B) 330.86º 0.38% 0.73% -
XYZ 31.56 24.75 31.55 -
YUV 139.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 185 115 149 0 0.38 0.19 0.27 330.86 0.33 0.59
Hex B9 73 95 0 26 13 1B 14B 21 3B
Octal 271 163 225 0 46 23 33 513 41 73
Binary 10111001 1110011 10010101 0 100110 10011 11011 101001011 100001 111011

Color Harmonies of #B97395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97395

Black with #B97395

Text Example


Text Example

White with #B97395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97395; }

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

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

background-color css

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

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

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

border-color css

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

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

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