Html Css Color HEX #B1847C Brandy Rose

📋 copy color: '#B1847C'

red 177 ◦ green 132 ◦ blue 124

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

Shades of Brandy Rose #B1847C

Tints of Brandy Rose #B1847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.48%

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

R = 40.88%
G = 30.48%
B = 28.64%

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

#B1847C (or 0xB1847C) is known color: Brandy Rose. HEX triplet: B1, 84 and 7C. RGB value is (177,132,124). Sum of RGB (Red+Green+Blue) = 177+132+124=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1847C is #4E7B83. Grayscale: #909090. Windows color (decimal): -5143428 or 8160433. OLE color: 8160433.

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

Color convert

RGB 177 132 124 -
CMYK 0 0.25 0.30 0.31
HSL 9.06º 0.25% 0.59% -
HSV(B) 9.06º 0.3% 0.69% -
XYZ 30.02 27.3 22.76 -
YUV 144.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 177 132 124 0 0.25 0.30 0.31 9.06 0.25 0.59
Hex B1 84 7C 0 19 1E 1F 9 19 3B
Octal 261 204 174 0 31 36 37 11 31 73
Binary 10110001 10000100 1111100 0 11001 11110 11111 1001 11001 111011

Color Harmonies of #B1847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1847C

Black with #B1847C

Text Example


Text Example

White with #B1847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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