Html Css Color HEX #B17E7A Brandy Rose

📋 copy color: '#B17E7A'

red 177 ◦ green 126 ◦ blue 122

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

Shades of Brandy Rose #B17E7A

Tints of Brandy Rose #B17E7A

RGB

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

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

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

R = 41.65%
G = 29.65%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B17E7A (or 0xB17E7A) is known color: Brandy Rose. HEX triplet: B1, 7E and 7A. RGB value is (177,126,122). Sum of RGB (Red+Green+Blue) = 177+126+122=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E7A is #4E8185. Grayscale: #8C8C8C. Windows color (decimal): -5144966 or 8027825. OLE color: 8027825.

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

Color convert

RGB 177 126 122 -
CMYK 0 0.29 0.31 0.31
HSL 4.36º 0.26% 0.59% -
HSV(B) 4.36º 0.31% 0.69% -
XYZ 29.11 25.67 21.83 -
YUV 140.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 177 126 122 0 0.29 0.31 0.31 4.36 0.26 0.59
Hex B1 7E 7A 0 1D 1F 1F 4 1A 3B
Octal 261 176 172 0 35 37 37 4 32 73
Binary 10110001 1111110 1111010 0 11101 11111 11111 100 11010 111011

Color Harmonies of #B17E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17E7A

Black with #B17E7A

Text Example


Text Example

White with #B17E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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