Html Css Color HEX #B1857C Brandy Rose

📋 copy color: '#B1857C'

red 177 ◦ green 133 ◦ blue 124

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

Shades of Brandy Rose #B1857C

Tints of Brandy Rose #B1857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.65%

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

R = 40.78%
G = 30.65%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1857C (or 0xB1857C) is known color: Brandy Rose. HEX triplet: B1, 85 and 7C. RGB value is (177,133,124). Sum of RGB (Red+Green+Blue) = 177+133+124=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1857C is #4E7A83. Grayscale: #919191. Windows color (decimal): -5143172 or 8160689. OLE color: 8160689.

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

Color convert

RGB 177 133 124 -
CMYK 0 0.25 0.30 0.31
HSL 10.19º 0.25% 0.59% -
HSV(B) 10.19º 0.3% 0.69% -
XYZ 30.16 27.58 22.8 -
YUV 145.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 177 133 124 0 0.25 0.30 0.31 10.19 0.25 0.59
Hex B1 85 7C 0 19 1E 1F A 19 3B
Octal 261 205 174 0 31 36 37 12 31 73
Binary 10110001 10000101 1111100 0 11001 11110 11111 1010 11001 111011

Color Harmonies of #B1857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1857C

Black with #B1857C

Text Example


Text Example

White with #B1857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1857C; }

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

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

background-color css

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

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

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

border-color css

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

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

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