Html Css Color HEX #B38079 Brandy Rose

📋 copy color: '#B38079'

red 179 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #B38079

Tints of Brandy Rose #B38079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

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

R = 41.82%
G = 29.91%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B38079 (or 0xB38079) is known color: Brandy Rose. HEX triplet: B3, 80 and 79. RGB value is (179,128,121). Sum of RGB (Red+Green+Blue) = 179+128+121=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B38079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38079 is #4C7F86. Grayscale: #8E8E8E. Windows color (decimal): -5013383 or 7962803. OLE color: 7962803.

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

Color convert

RGB 179 128 121 -
CMYK 0 0.28 0.32 0.30
HSL 7.24º 0.28% 0.59% -
HSV(B) 7.24º 0.32% 0.7% -
XYZ 29.76 26.4 21.62 -
YUV 142.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 179 128 121 0 0.28 0.32 0.30 7.24 0.28 0.59
Hex B3 80 79 0 1C 20 1E 7 1C 3B
Octal 263 200 171 0 34 40 36 7 34 73
Binary 10110011 10000000 1111001 0 11100 100000 11110 111 11100 111011

Color Harmonies of #B38079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38079

Black with #B38079

Text Example


Text Example

White with #B38079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38079; }

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

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

background-color css

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

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

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

border-color css

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

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

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