Html Css Color HEX #B1897C Brandy Rose

📋 copy color: '#B1897C'

red 177 ◦ green 137 ◦ blue 124

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

Shades of Brandy Rose #B1897C

Tints of Brandy Rose #B1897C

RGB

 RED value IS 177 (69.53% from 255) = 40.41%

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

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

R = 40.41%
G = 31.28%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1897C (or 0xB1897C) is known color: Brandy Rose. HEX triplet: B1, 89 and 7C. RGB value is (177,137,124). Sum of RGB (Red+Green+Blue) = 177+137+124=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1897C is #4E7683. Grayscale: #939393. Windows color (decimal): -5142148 or 8161713. OLE color: 8161713.

HSL color Cylindrical-coordinate representation of color #B1897C: hue angle of 14.72º 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 #B1897C is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 137 124 -
CMYK 0 0.23 0.30 0.31
HSL 14.72º 0.25% 0.59% -
HSV(B) 14.72º 0.3% 0.69% -
XYZ 30.72 28.69 22.99 -
YUV 147.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 177 137 124 0 0.23 0.30 0.31 14.72 0.25 0.59
Hex B1 89 7C 0 17 1E 1F F 19 3B
Octal 261 211 174 0 27 36 37 17 31 73
Binary 10110001 10001001 1111100 0 10111 11110 11111 1111 11001 111011

Color Harmonies of #B1897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1897C

Black with #B1897C

Text Example


Text Example

White with #B1897C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1897C; }

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

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

background-color css

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

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

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

border-color css

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

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

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