Html Css Color HEX #B48880 Brandy Rose

📋 copy color: '#B48880'

red 180 ◦ green 136 ◦ blue 128

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

Shades of Brandy Rose #B48880

Tints of Brandy Rose #B48880

RGB

 RED value IS 180 (70.7% from 255) = 40.54%

 GREEN value IS 136 (53.52% from 255) = 30.63%

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

R = 40.54%
G = 30.63%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B48880 (or 0xB48880) is known color: Brandy Rose. HEX triplet: B4, 88 and 80. RGB value is (180,136,128). Sum of RGB (Red+Green+Blue) = 180+136+128=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B48880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48880 is #4B777F. Grayscale: #949494. Windows color (decimal): -4945792 or 8423604. OLE color: 8423604.

HSL color Cylindrical-coordinate representation of color #B48880: hue angle of 9.23º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B48880 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 128 -
CMYK 0 0.24 0.29 0.29
HSL 9.23º 0.26% 0.6% -
HSV(B) 9.23º 0.29% 0.71% -
XYZ 31.52 28.87 24.33 -
YUV 148.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 180 136 128 0 0.24 0.29 0.29 9.23 0.26 0.6
Hex B4 88 80 0 18 1D 1D 9 1A 3C
Octal 264 210 200 0 30 35 35 11 32 74
Binary 10110100 10001000 10000000 0 11000 11101 11101 1001 11010 111100

Color Harmonies of #B48880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48880

Black with #B48880

Text Example


Text Example

White with #B48880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48880; }

 p { color: rgb(180,136,128); }

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

background-color css

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

 a { background-color: rgb(180,136,128); }

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

border-color css

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

 span { border-color: rgb(180,136,128); }

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