Html Css Color HEX #B1817F Brandy Rose

📋 copy color: '#B1817F'

red 177 ◦ green 129 ◦ blue 127

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

Shades of Brandy Rose #B1817F

Tints of Brandy Rose #B1817F

RGB

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

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

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

R = 40.88%
G = 29.79%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1817F (or 0xB1817F) is known color: Brandy Rose. HEX triplet: B1, 81 and 7F. RGB value is (177,129,127). Sum of RGB (Red+Green+Blue) = 177+129+127=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1817F is #4E7E80. Grayscale: #8F8F8F. Windows color (decimal): -5144193 or 8356273. OLE color: 8356273.

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

Color convert

RGB 177 129 127 -
CMYK 0 0.27 0.28 0.31
HSL 2.4º 0.24% 0.6% -
HSV(B) 2.4º 0.28% 0.69% -
XYZ 29.81 26.58 23.64 -
YUV 143.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 177 129 127 0 0.27 0.28 0.31 2.4 0.24 0.6
Hex B1 81 7F 0 1B 1C 1F 2 18 3C
Octal 261 201 177 0 33 34 37 2 30 74
Binary 10110001 10000001 1111111 0 11011 11100 11111 10 11000 111100

Color Harmonies of #B1817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1817F

Black with #B1817F

Text Example


Text Example

White with #B1817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1817F; }

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

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

background-color css

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

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

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

border-color css

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

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

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