Html Css Color HEX #B1827C Brandy Rose

📋 copy color: '#B1827C'

red 177 ◦ green 130 ◦ blue 124

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

Shades of Brandy Rose #B1827C

Tints of Brandy Rose #B1827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

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

R = 41.07%
G = 30.16%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1827C (or 0xB1827C) is known color: Brandy Rose. HEX triplet: B1, 82 and 7C. RGB value is (177,130,124). Sum of RGB (Red+Green+Blue) = 177+130+124=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1827C is #4E7D83. Grayscale: #8F8F8F. Windows color (decimal): -5143940 or 8159921. OLE color: 8159921.

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

Color convert

RGB 177 130 124 -
CMYK 0 0.27 0.30 0.31
HSL 6.79º 0.25% 0.59% -
HSV(B) 6.79º 0.3% 0.69% -
XYZ 29.75 26.77 22.67 -
YUV 143.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 177 130 124 0 0.27 0.30 0.31 6.79 0.25 0.59
Hex B1 82 7C 0 1B 1E 1F 7 19 3B
Octal 261 202 174 0 33 36 37 7 31 73
Binary 10110001 10000010 1111100 0 11011 11110 11111 111 11001 111011

Color Harmonies of #B1827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1827C

Black with #B1827C

Text Example


Text Example

White with #B1827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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