Html Css Color HEX #B38780 Brandy Rose

📋 copy color: '#B38780'

red 179 ◦ green 135 ◦ blue 128

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

Shades of Brandy Rose #B38780

Tints of Brandy Rose #B38780

RGB

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

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

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

R = 40.5%
G = 30.54%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B38780 (or 0xB38780) is known color: Brandy Rose. HEX triplet: B3, 87 and 80. RGB value is (179,135,128). Sum of RGB (Red+Green+Blue) = 179+135+128=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B38780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38780 is #4C787F. Grayscale: #939393. Windows color (decimal): -5011584 or 8423347. OLE color: 8423347.

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

Color convert

RGB 179 135 128 -
CMYK 0 0.25 0.28 0.30
HSL 8.24º 0.25% 0.6% -
HSV(B) 8.24º 0.28% 0.7% -
XYZ 31.15 28.47 24.28 -
YUV 147.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 179 135 128 0 0.25 0.28 0.30 8.24 0.25 0.6
Hex B3 87 80 0 19 1C 1E 8 19 3C
Octal 263 207 200 0 31 34 36 10 31 74
Binary 10110011 10000111 10000000 0 11001 11100 11110 1000 11001 111100

Color Harmonies of #B38780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38780

Black with #B38780

Text Example


Text Example

White with #B38780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38780; }

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

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

background-color css

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

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

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

border-color css

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

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

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