Html Css Color HEX #B38579 Brandy Rose

📋 copy color: '#B38579'

red 179 ◦ green 133 ◦ blue 121

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

Shades of Brandy Rose #B38579

Tints of Brandy Rose #B38579

RGB

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

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

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

R = 41.34%
G = 30.72%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B38579 (or 0xB38579) is known color: Brandy Rose. HEX triplet: B3, 85 and 79. RGB value is (179,133,121). Sum of RGB (Red+Green+Blue) = 179+133+121=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B38579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38579 is #4C7A86. Grayscale: #919191. Windows color (decimal): -5012103 or 7964083. OLE color: 7964083.

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

Color convert

RGB 179 133 121 -
CMYK 0 0.26 0.32 0.30
HSL 12.41º 0.28% 0.59% -
HSV(B) 12.41º 0.32% 0.7% -
XYZ 30.43 27.74 21.84 -
YUV 145.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 179 133 121 0 0.26 0.32 0.30 12.41 0.28 0.59
Hex B3 85 79 0 1A 20 1E C 1C 3B
Octal 263 205 171 0 32 40 36 14 34 73
Binary 10110011 10000101 1111001 0 11010 100000 11110 1100 11100 111011

Color Harmonies of #B38579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38579

Black with #B38579

Text Example


Text Example

White with #B38579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38579; }

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

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

background-color css

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

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

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

border-color css

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

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

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