Html Css Color HEX #B1837C Brandy Rose

📋 copy color: '#B1837C'

red 177 ◦ green 131 ◦ blue 124

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

Shades of Brandy Rose #B1837C

Tints of Brandy Rose #B1837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.32%

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

R = 40.97%
G = 30.32%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1837C (or 0xB1837C) is known color: Brandy Rose. HEX triplet: B1, 83 and 7C. RGB value is (177,131,124). Sum of RGB (Red+Green+Blue) = 177+131+124=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1837C is #4E7C83. Grayscale: #909090. Windows color (decimal): -5143684 or 8160177. OLE color: 8160177.

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

Color convert

RGB 177 131 124 -
CMYK 0 0.26 0.30 0.31
HSL 7.92º 0.25% 0.59% -
HSV(B) 7.92º 0.3% 0.69% -
XYZ 29.89 27.03 22.71 -
YUV 143.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 177 131 124 0 0.26 0.30 0.31 7.92 0.25 0.59
Hex B1 83 7C 0 1A 1E 1F 8 19 3B
Octal 261 203 174 0 32 36 37 10 31 73
Binary 10110001 10000011 1111100 0 11010 11110 11111 1000 11001 111011

Color Harmonies of #B1837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1837C

Black with #B1837C

Text Example


Text Example

White with #B1837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1837C; }

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

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

background-color css

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

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

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

border-color css

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

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

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