Html Css Color HEX #B38580 Brandy Rose

📋 copy color: '#B38580'

red 179 ◦ green 133 ◦ blue 128

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

Shades of Brandy Rose #B38580

Tints of Brandy Rose #B38580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.09%

R = 40.68%
G = 30.23%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B38580 (or 0xB38580) is known color: Brandy Rose. HEX triplet: B3, 85 and 80. RGB value is (179,133,128). Sum of RGB (Red+Green+Blue) = 179+133+128=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B38580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38580 is #4C7A7F. Grayscale: #929292. Windows color (decimal): -5012096 or 8422835. OLE color: 8422835.

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

Color convert

RGB 179 133 128 -
CMYK 0 0.26 0.28 0.30
HSL 5.88º 0.25% 0.6% -
HSV(B) 5.88º 0.28% 0.7% -
XYZ 30.87 27.92 24.18 -
YUV 146.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 179 133 128 0 0.26 0.28 0.30 5.88 0.25 0.6
Hex B3 85 80 0 1A 1C 1E 6 19 3C
Octal 263 205 200 0 32 34 36 6 31 74
Binary 10110011 10000101 10000000 0 11010 11100 11110 110 11001 111100

Color Harmonies of #B38580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38580

Black with #B38580

Text Example


Text Example

White with #B38580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38580; }

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

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

background-color css

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

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

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

border-color css

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

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

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