Html Css Color HEX #B1817E Brandy Rose

📋 copy color: '#B1817E'

red 177 ◦ green 129 ◦ blue 126

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

Shades of Brandy Rose #B1817E

Tints of Brandy Rose #B1817E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.17%

R = 40.97%
G = 29.86%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1817E (or 0xB1817E) is known color: Brandy Rose. HEX triplet: B1, 81 and 7E. RGB value is (177,129,126). Sum of RGB (Red+Green+Blue) = 177+129+126=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1817E is #4E7E81. Grayscale: #8F8F8F. Windows color (decimal): -5144194 or 8290737. OLE color: 8290737.

HSL color Cylindrical-coordinate representation of color #B1817E: hue angle of 3.53º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1817E is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 129 126 -
CMYK 0 0.27 0.29 0.31
HSL 3.53º 0.25% 0.59% -
HSV(B) 3.53º 0.29% 0.69% -
XYZ 29.75 26.55 23.3 -
YUV 143.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 177 129 126 0 0.27 0.29 0.31 3.53 0.25 0.59
Hex B1 81 7E 0 1B 1D 1F 4 19 3B
Octal 261 201 176 0 33 35 37 4 31 73
Binary 10110001 10000001 1111110 0 11011 11101 11111 100 11001 111011

Color Harmonies of #B1817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1817E

Black with #B1817E

Text Example


Text Example

White with #B1817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1817E; }

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

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

background-color css

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

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

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

border-color css

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

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

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