Html Css Color HEX #B1857D Brandy Rose

📋 copy color: '#B1857D'

red 177 ◦ green 133 ◦ blue 125

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

Shades of Brandy Rose #B1857D

Tints of Brandy Rose #B1857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.74%

R = 40.69%
G = 30.57%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1857D (or 0xB1857D) is known color: Brandy Rose. HEX triplet: B1, 85 and 7D. RGB value is (177,133,125). Sum of RGB (Red+Green+Blue) = 177+133+125=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1857D is #4E7A82. Grayscale: #919191. Windows color (decimal): -5143171 or 8226225. OLE color: 8226225.

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

Color convert

RGB 177 133 125 -
CMYK 0 0.25 0.29 0.31
HSL 9.23º 0.25% 0.59% -
HSV(B) 9.23º 0.29% 0.69% -
XYZ 30.22 27.6 23.14 -
YUV 145.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 177 133 125 0 0.25 0.29 0.31 9.23 0.25 0.59
Hex B1 85 7D 0 19 1D 1F 9 19 3B
Octal 261 205 175 0 31 35 37 11 31 73
Binary 10110001 10000101 1111101 0 11001 11101 11111 1001 11001 111011

Color Harmonies of #B1857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1857D

Black with #B1857D

Text Example


Text Example

White with #B1857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1857D; }

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

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

background-color css

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

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

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

border-color css

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

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

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