Html Css Color HEX #B1847F Brandy Rose

📋 copy color: '#B1847F'

red 177 ◦ green 132 ◦ blue 127

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

Shades of Brandy Rose #B1847F

Tints of Brandy Rose #B1847F

RGB

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

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

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

R = 40.6%
G = 30.28%
B = 29.13%

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

#B1847F (or 0xB1847F) is known color: Brandy Rose. HEX triplet: B1, 84 and 7F. RGB value is (177,132,127). Sum of RGB (Red+Green+Blue) = 177+132+127=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1847F is #4E7B80. Grayscale: #909090. Windows color (decimal): -5143425 or 8357041. OLE color: 8357041.

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

Color convert

RGB 177 132 127 -
CMYK 0 0.25 0.28 0.31
HSL 0.24% 0.6% -
HSV(B) 0.28% 0.69% -
XYZ 30.21 27.38 23.77 -
YUV 144.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 177 132 127 0 0.25 0.28 0.31 6 0.24 0.6
Hex B1 84 7F 0 19 1C 1F 6 18 3C
Octal 261 204 177 0 31 34 37 6 30 74
Binary 10110001 10000100 1111111 0 11001 11100 11111 110 11000 111100

Color Harmonies of #B1847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1847F

Black with #B1847F

Text Example


Text Example

White with #B1847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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