Html Css Color HEX #B1877C Brandy Rose

📋 copy color: '#B1877C'

red 177 ◦ green 135 ◦ blue 124

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

Shades of Brandy Rose #B1877C

Tints of Brandy Rose #B1877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.96%

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

R = 40.6%
G = 30.96%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1877C (or 0xB1877C) is known color: Brandy Rose. HEX triplet: B1, 87 and 7C. RGB value is (177,135,124). Sum of RGB (Red+Green+Blue) = 177+135+124=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1877C is #4E7883. Grayscale: #929292. Windows color (decimal): -5142660 or 8161201. OLE color: 8161201.

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

Color convert

RGB 177 135 124 -
CMYK 0 0.24 0.30 0.31
HSL 12.45º 0.25% 0.59% -
HSV(B) 12.45º 0.3% 0.69% -
XYZ 30.43 28.13 22.89 -
YUV 146.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 177 135 124 0 0.24 0.30 0.31 12.45 0.25 0.59
Hex B1 87 7C 0 18 1E 1F C 19 3B
Octal 261 207 174 0 30 36 37 14 31 73
Binary 10110001 10000111 1111100 0 11000 11110 11111 1100 11001 111011

Color Harmonies of #B1877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1877C

Black with #B1877C

Text Example


Text Example

White with #B1877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1877C; }

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

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

background-color css

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

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

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

border-color css

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

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

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