Html Css Color HEX #B0897C Brandy Rose

📋 copy color: '#B0897C'

red 176 ◦ green 137 ◦ blue 124

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

Shades of Brandy Rose #B0897C

Tints of Brandy Rose #B0897C

RGB

 RED value IS 176 (69.14% from 255) = 40.27%

 GREEN value IS 137 (53.91% from 255) = 31.35%

 BLUE value IS 124 (48.83% from 255) = 28.38%

R = 40.27%
G = 31.35%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0897C (or 0xB0897C) is known color: Brandy Rose. HEX triplet: B0, 89 and 7C. RGB value is (176,137,124). Sum of RGB (Red+Green+Blue) = 176+137+124=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B0897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0897C is #4F7683. Grayscale: #939393. Windows color (decimal): -5207684 or 8161712. OLE color: 8161712.

HSL color Cylindrical-coordinate representation of color #B0897C: hue angle of 15º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0897C is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 137 124 -
CMYK 0 0.22 0.30 0.31
HSL 15º 0.25% 0.59% -
HSV(B) 15º 0.3% 0.69% -
XYZ 30.49 28.58 22.98 -
YUV 147.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 176 137 124 0 0.22 0.30 0.31 15 0.25 0.59
Hex B0 89 7C 0 16 1E 1F F 19 3B
Octal 260 211 174 0 26 36 37 17 31 73
Binary 10110000 10001001 1111100 0 10110 11110 11111 1111 11001 111011

Color Harmonies of #B0897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0897C

Black with #B0897C

Text Example


Text Example

White with #B0897C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0897C; }

 p { color: rgb(176,137,124); }

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

background-color css

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

 a { background-color: rgb(176,137,124); }

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

border-color css

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

 span { border-color: rgb(176,137,124); }

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