Html Css Color HEX #B1817C Brandy Rose

📋 copy color: '#B1817C'

red 177 ◦ green 129 ◦ blue 124

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

Shades of Brandy Rose #B1817C

Tints of Brandy Rose #B1817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30%

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

R = 41.16%
G = 30%
B = 28.84%

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

#B1817C (or 0xB1817C) is known color: Brandy Rose. HEX triplet: B1, 81 and 7C. RGB value is (177,129,124). Sum of RGB (Red+Green+Blue) = 177+129+124=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1817C is #4E7E83. Grayscale: #8E8E8E. Windows color (decimal): -5144196 or 8159665. OLE color: 8159665.

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

Color convert

RGB 177 129 124 -
CMYK 0 0.27 0.30 0.31
HSL 5.66º 0.25% 0.59% -
HSV(B) 5.66º 0.3% 0.69% -
XYZ 29.62 26.5 22.62 -
YUV 142.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 177 129 124 0 0.27 0.30 0.31 5.66 0.25 0.59
Hex B1 81 7C 0 1B 1E 1F 6 19 3B
Octal 261 201 174 0 33 36 37 6 31 73
Binary 10110001 10000001 1111100 0 11011 11110 11111 110 11001 111011

Color Harmonies of #B1817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1817C

Black with #B1817C

Text Example


Text Example

White with #B1817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1817C; }

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

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

background-color css

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

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

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

border-color css

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

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

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