Html Css Color HEX #B18579 Brandy Rose

📋 copy color: '#B18579'

red 177 ◦ green 133 ◦ blue 121

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

Shades of Brandy Rose #B18579

Tints of Brandy Rose #B18579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.86%

 BLUE value IS 121 (47.66% from 255) = 28.07%

R = 41.07%
G = 30.86%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B18579 (or 0xB18579) is known color: Brandy Rose. HEX triplet: B1, 85 and 79. RGB value is (177,133,121). Sum of RGB (Red+Green+Blue) = 177+133+121=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B18579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18579 is #4E7A86. Grayscale: #909090. Windows color (decimal): -5143175 or 7964081. OLE color: 7964081.

HSL color Cylindrical-coordinate representation of color #B18579: hue angle of 12.86º degrees, saturation: 0.26, 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 #B18579 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 133 121 -
CMYK 0 0.25 0.32 0.31
HSL 12.86º 0.26% 0.58% -
HSV(B) 12.86º 0.32% 0.69% -
XYZ 29.97 27.5 21.82 -
YUV 144.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 177 133 121 0 0.25 0.32 0.31 12.86 0.26 0.58
Hex B1 85 79 0 19 20 1F D 1A 3A
Octal 261 205 171 0 31 40 37 15 32 72
Binary 10110001 10000101 1111001 0 11001 100000 11111 1101 11010 111010

Color Harmonies of #B18579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18579

Black with #B18579

Text Example


Text Example

White with #B18579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18579; }

 p { color: rgb(177,133,121); }

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

background-color css

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

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

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

border-color css

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

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

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