Html Css Color HEX #B38879 Brandy Rose

📋 copy color: '#B38879'

red 179 ◦ green 136 ◦ blue 121

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

Shades of Brandy Rose #B38879

Tints of Brandy Rose #B38879

RGB

 RED value IS 179 (70.31% from 255) = 41.06%

 GREEN value IS 136 (53.52% from 255) = 31.19%

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

R = 41.06%
G = 31.19%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B38879 (or 0xB38879) is known color: Brandy Rose. HEX triplet: B3, 88 and 79. RGB value is (179,136,121). Sum of RGB (Red+Green+Blue) = 179+136+121=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B38879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38879 is #4C7786. Grayscale: #939393. Windows color (decimal): -5011335 or 7964851. OLE color: 7964851.

HSL color Cylindrical-coordinate representation of color #B38879: hue angle of 15.52º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B38879 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 121 -
CMYK 0 0.24 0.32 0.30
HSL 15.52º 0.28% 0.59% -
HSV(B) 15.52º 0.32% 0.7% -
XYZ 30.85 28.57 21.98 -
YUV 147.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 179 136 121 0 0.24 0.32 0.30 15.52 0.28 0.59
Hex B3 88 79 0 18 20 1E 10 1C 3B
Octal 263 210 171 0 30 40 36 20 34 73
Binary 10110011 10001000 1111001 0 11000 100000 11110 10000 11100 111011

Color Harmonies of #B38879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38879

Black with #B38879

Text Example


Text Example

White with #B38879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38879; }

 p { color: rgb(179,136,121); }

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

background-color css

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

 a { background-color: rgb(179,136,121); }

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

border-color css

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

 span { border-color: rgb(179,136,121); }

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