Html Css Color HEX #B17C7A Brandy Rose

📋 copy color: '#B17C7A'

red 177 ◦ green 124 ◦ blue 122

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

Shades of Brandy Rose #B17C7A

Tints of Brandy Rose #B17C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 41.84%
G = 29.31%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B17C7A (or 0xB17C7A) is known color: Brandy Rose. HEX triplet: B1, 7C and 7A. RGB value is (177,124,122). Sum of RGB (Red+Green+Blue) = 177+124+122=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17C7A is #4E8385. Grayscale: #8B8B8B. Windows color (decimal): -5145478 or 8027313. OLE color: 8027313.

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

Color convert

RGB 177 124 122 -
CMYK 0 0.30 0.31 0.31
HSL 2.18º 0.26% 0.59% -
HSV(B) 2.18º 0.31% 0.69% -
XYZ 28.85 25.17 21.75 -
YUV 139.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 177 124 122 0 0.30 0.31 0.31 2.18 0.26 0.59
Hex B1 7C 7A 0 1E 1F 1F 2 1A 3B
Octal 261 174 172 0 36 37 37 2 32 73
Binary 10110001 1111100 1111010 0 11110 11111 11111 10 11010 111011

Color Harmonies of #B17C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C7A

Black with #B17C7A

Text Example


Text Example

White with #B17C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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