Html Css Color HEX #B17C7C Brandy Rose

📋 copy color: '#B17C7C'

red 177 ◦ green 124 ◦ blue 124

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

Shades of Brandy Rose #B17C7C

Tints of Brandy Rose #B17C7C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

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

R = 41.65%
G = 29.18%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B17C7C (or 0xB17C7C) is known color: Brandy Rose. HEX triplet: B1, 7C and 7C. RGB value is (177,124,124). Sum of RGB (Red+Green+Blue) = 177+124+124=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17C7C is #4E8383. Grayscale: #8B8B8B. Windows color (decimal): -5145476 or 8158385. OLE color: 8158385.

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

Color convert

RGB 177 124 124 -
CMYK 0 0.30 0.30 0.31
HSL 0.25% 0.59% -
HSV(B) 0.3% 0.69% -
XYZ 28.98 25.22 22.41 -
YUV 139.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 177 124 124 0 0.30 0.30 0.31 0 0.25 0.59
Hex B1 7C 7C 0 1E 1E 1F 0 19 3B
Octal 261 174 174 0 36 36 37 0 31 73
Binary 10110001 1111100 1111100 0 11110 11110 11111 0 11001 111011

Color Harmonies of #B17C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C7C

Black with #B17C7C

Text Example


Text Example

White with #B17C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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