Html Css Color HEX #B38779 Brandy Rose

📋 copy color: '#B38779'

red 179 ◦ green 135 ◦ blue 121

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

Shades of Brandy Rose #B38779

Tints of Brandy Rose #B38779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.03%

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

R = 41.15%
G = 31.03%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B38779 (or 0xB38779) is known color: Brandy Rose. HEX triplet: B3, 87 and 79. RGB value is (179,135,121). Sum of RGB (Red+Green+Blue) = 179+135+121=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B38779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38779 is #4C7886. Grayscale: #929292. Windows color (decimal): -5011591 or 7964595. OLE color: 7964595.

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

Color convert

RGB 179 135 121 -
CMYK 0 0.25 0.32 0.30
HSL 14.48º 0.28% 0.59% -
HSV(B) 14.48º 0.32% 0.7% -
XYZ 30.71 28.29 21.93 -
YUV 146.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 179 135 121 0 0.25 0.32 0.30 14.48 0.28 0.59
Hex B3 87 79 0 19 20 1E E 1C 3B
Octal 263 207 171 0 31 40 36 16 34 73
Binary 10110011 10000111 1111001 0 11001 100000 11110 1110 11100 111011

Color Harmonies of #B38779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38779

Black with #B38779

Text Example


Text Example

White with #B38779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38779; }

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

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

background-color css

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

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

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

border-color css

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

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

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