Html Css Color HEX #B1867C Brandy Rose

📋 copy color: '#B1867C'

red 177 ◦ green 134 ◦ blue 124

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

Shades of Brandy Rose #B1867C

Tints of Brandy Rose #B1867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.8%

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

R = 40.69%
G = 30.8%
B = 28.51%

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

#B1867C (or 0xB1867C) is known color: Brandy Rose. HEX triplet: B1, 86 and 7C. RGB value is (177,134,124). Sum of RGB (Red+Green+Blue) = 177+134+124=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1867C is #4E7983. Grayscale: #919191. Windows color (decimal): -5142916 or 8160945. OLE color: 8160945.

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

Color convert

RGB 177 134 124 -
CMYK 0 0.24 0.30 0.31
HSL 11.32º 0.25% 0.59% -
HSV(B) 11.32º 0.3% 0.69% -
XYZ 30.29 27.85 22.85 -
YUV 145.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 177 134 124 0 0.24 0.30 0.31 11.32 0.25 0.59
Hex B1 86 7C 0 18 1E 1F B 19 3B
Octal 261 206 174 0 30 36 37 13 31 73
Binary 10110001 10000110 1111100 0 11000 11110 11111 1011 11001 111011

Color Harmonies of #B1867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1867C

Black with #B1867C

Text Example


Text Example

White with #B1867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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