Html Css Color HEX #B1857F Brandy Rose

📋 copy color: '#B1857F'

red 177 ◦ green 133 ◦ blue 127

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

Shades of Brandy Rose #B1857F

Tints of Brandy Rose #B1857F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.06%

R = 40.5%
G = 30.43%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1857F (or 0xB1857F) is known color: Brandy Rose. HEX triplet: B1, 85 and 7F. RGB value is (177,133,127). Sum of RGB (Red+Green+Blue) = 177+133+127=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1857F is #4E7A80. Grayscale: #919191. Windows color (decimal): -5143169 or 8357297. OLE color: 8357297.

HSL color Cylindrical-coordinate representation of color #B1857F: hue angle of 7.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1857F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 133 127 -
CMYK 0 0.25 0.28 0.31
HSL 7.2º 0.24% 0.6% -
HSV(B) 7.2º 0.28% 0.69% -
XYZ 30.35 27.65 23.82 -
YUV 145.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 177 133 127 0 0.25 0.28 0.31 7.2 0.24 0.6
Hex B1 85 7F 0 19 1C 1F 7 18 3C
Octal 261 205 177 0 31 34 37 7 30 74
Binary 10110001 10000101 1111111 0 11001 11100 11111 111 11000 111100

Color Harmonies of #B1857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1857F

Black with #B1857F

Text Example


Text Example

White with #B1857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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