Html Css Color HEX #B38979 Brandy Rose

📋 copy color: '#B38979'

red 179 ◦ green 137 ◦ blue 121

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

Shades of Brandy Rose #B38979

Tints of Brandy Rose #B38979

RGB

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

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

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

R = 40.96%
G = 31.35%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B38979 (or 0xB38979) is known color: Brandy Rose. HEX triplet: B3, 89 and 79. RGB value is (179,137,121). Sum of RGB (Red+Green+Blue) = 179+137+121=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B38979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38979 is #4C7686. Grayscale: #939393. Windows color (decimal): -5011079 or 7965107. OLE color: 7965107.

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

Color convert

RGB 179 137 121 -
CMYK 0 0.23 0.32 0.30
HSL 16.55º 0.28% 0.59% -
HSV(B) 16.55º 0.32% 0.7% -
XYZ 30.99 28.86 22.03 -
YUV 147.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 179 137 121 0 0.23 0.32 0.30 16.55 0.28 0.59
Hex B3 89 79 0 17 20 1E 11 1C 3B
Octal 263 211 171 0 27 40 36 21 34 73
Binary 10110011 10001001 1111001 0 10111 100000 11110 10001 11100 111011

Color Harmonies of #B38979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38979

Black with #B38979

Text Example


Text Example

White with #B38979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38979; }

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

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

background-color css

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

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

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

border-color css

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

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

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