Html Css Color HEX #B17E78 Brandy Rose

📋 copy color: '#B17E78'

red 177 ◦ green 126 ◦ blue 120

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

Shades of Brandy Rose #B17E78

Tints of Brandy Rose #B17E78

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.79%

 BLUE value IS 120 (47.27% from 255) = 28.37%

R = 41.84%
G = 29.79%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B17E78 (or 0xB17E78) is known color: Brandy Rose. HEX triplet: B1, 7E and 78. RGB value is (177,126,120). Sum of RGB (Red+Green+Blue) = 177+126+120=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E78 is #4E8187. Grayscale: #8C8C8C. Windows color (decimal): -5144968 or 7896753. OLE color: 7896753.

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

Color convert

RGB 177 126 120 -
CMYK 0 0.29 0.32 0.31
HSL 6.32º 0.27% 0.58% -
HSV(B) 6.32º 0.32% 0.69% -
XYZ 28.98 25.62 21.19 -
YUV 140.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 177 126 120 0 0.29 0.32 0.31 6.32 0.27 0.58
Hex B1 7E 78 0 1D 20 1F 6 1B 3A
Octal 261 176 170 0 35 40 37 6 33 72
Binary 10110001 1111110 1111000 0 11101 100000 11111 110 11011 111010

Color Harmonies of #B17E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17E78

Black with #B17E78

Text Example


Text Example

White with #B17E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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