Html Css Color HEX #B38D80 Brandy Rose

📋 copy color: '#B38D80'

red 179 ◦ green 141 ◦ blue 128

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

Shades of Brandy Rose #B38D80

Tints of Brandy Rose #B38D80

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.47%

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

R = 39.96%
G = 31.47%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B38D80 (or 0xB38D80) is known color: Brandy Rose. HEX triplet: B3, 8D and 80. RGB value is (179,141,128). Sum of RGB (Red+Green+Blue) = 179+141+128=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D80 is #4C727F. Grayscale: #969696. Windows color (decimal): -5010048 or 8424883. OLE color: 8424883.

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

Color convert

RGB 179 141 128 -
CMYK 0 0.21 0.28 0.30
HSL 15.29º 0.25% 0.6% -
HSV(B) 15.29º 0.28% 0.7% -
XYZ 32.01 30.19 24.56 -
YUV 150.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 179 141 128 0 0.21 0.28 0.30 15.29 0.25 0.6
Hex B3 8D 80 0 15 1C 1E F 19 3C
Octal 263 215 200 0 25 34 36 17 31 74
Binary 10110011 10001101 10000000 0 10101 11100 11110 1111 11001 111100

Color Harmonies of #B38D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D80

Black with #B38D80

Text Example


Text Example

White with #B38D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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