Html Css Color HEX #B48B84 Brandy Rose

📋 copy color: '#B48B84'

red 180 ◦ green 139 ◦ blue 132

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

Shades of Brandy Rose #B48B84

Tints of Brandy Rose #B48B84

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.82%

 BLUE value IS 132 (51.95% from 255) = 29.27%

R = 39.91%
G = 30.82%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B48B84 (or 0xB48B84) is known color: Brandy Rose. HEX triplet: B4, 8B and 84. RGB value is (180,139,132). Sum of RGB (Red+Green+Blue) = 180+139+132=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B84 is #4B747B. Grayscale: #969696. Windows color (decimal): -4945020 or 8686516. OLE color: 8686516.

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

Color convert

RGB 180 139 132 -
CMYK 0 0.23 0.27 0.29
HSL 8.75º 0.24% 0.61% -
HSV(B) 8.75º 0.27% 0.71% -
XYZ 32.22 29.83 25.89 -
YUV 150.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 180 139 132 0 0.23 0.27 0.29 8.75 0.24 0.61
Hex B4 8B 84 0 17 1B 1D 9 18 3D
Octal 264 213 204 0 27 33 35 11 30 75
Binary 10110100 10001011 10000100 0 10111 11011 11101 1001 11000 111101

Color Harmonies of #B48B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48B84

Black with #B48B84

Text Example


Text Example

White with #B48B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48B84; }

 p { color: rgb(180,139,132); }

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

background-color css

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

 a { background-color: rgb(180,139,132); }

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

border-color css

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

 span { border-color: rgb(180,139,132); }

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