Html Css Color HEX #B18979 Brandy Rose

📋 copy color: '#B18979'

red 177 ◦ green 137 ◦ blue 121

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

Shades of Brandy Rose #B18979

Tints of Brandy Rose #B18979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.49%

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

R = 40.69%
G = 31.49%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B18979 (or 0xB18979) is known color: Brandy Rose. HEX triplet: B1, 89 and 79. RGB value is (177,137,121). Sum of RGB (Red+Green+Blue) = 177+137+121=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B18979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18979 is #4E7686. Grayscale: #939393. Windows color (decimal): -5142151 or 7965105. OLE color: 7965105.

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

Color convert

RGB 177 137 121 -
CMYK 0 0.23 0.32 0.31
HSL 17.14º 0.26% 0.58% -
HSV(B) 17.14º 0.32% 0.69% -
XYZ 30.53 28.62 22 -
YUV 147.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 177 137 121 0 0.23 0.32 0.31 17.14 0.26 0.58
Hex B1 89 79 0 17 20 1F 11 1A 3A
Octal 261 211 171 0 27 40 37 21 32 72
Binary 10110001 10001001 1111001 0 10111 100000 11111 10001 11010 111010

Color Harmonies of #B18979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18979

Black with #B18979

Text Example


Text Example

White with #B18979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18979; }

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

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

background-color css

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

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

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

border-color css

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

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

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