Html Css Color HEX #B17E7C Brandy Rose

📋 copy color: '#B17E7C'

red 177 ◦ green 126 ◦ blue 124

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

Shades of Brandy Rose #B17E7C

Tints of Brandy Rose #B17E7C

RGB

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

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

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

R = 41.45%
G = 29.51%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B17E7C (or 0xB17E7C) is known color: Brandy Rose. HEX triplet: B1, 7E and 7C. RGB value is (177,126,124). Sum of RGB (Red+Green+Blue) = 177+126+124=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E7C is #4E8183. Grayscale: #8D8D8D. Windows color (decimal): -5144964 or 8158897. OLE color: 8158897.

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

Color convert

RGB 177 126 124 -
CMYK 0 0.29 0.30 0.31
HSL 2.26º 0.25% 0.59% -
HSV(B) 2.26º 0.3% 0.69% -
XYZ 29.23 25.72 22.49 -
YUV 141.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 177 126 124 0 0.29 0.30 0.31 2.26 0.25 0.59
Hex B1 7E 7C 0 1D 1E 1F 2 19 3B
Octal 261 176 174 0 35 36 37 2 31 73
Binary 10110001 1111110 1111100 0 11101 11110 11111 10 11001 111011

Color Harmonies of #B17E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17E7C

Black with #B17E7C

Text Example


Text Example

White with #B17E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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