Html Css Color HEX #B48873 Brandy Rose

📋 copy color: '#B48873'

red 180 ◦ green 136 ◦ blue 115

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

Shades of Brandy Rose #B48873

Tints of Brandy Rose #B48873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.68%

R = 41.76%
G = 31.55%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B48873 (or 0xB48873) is known color: Brandy Rose. HEX triplet: B4, 88 and 73. RGB value is (180,136,115). Sum of RGB (Red+Green+Blue) = 180+136+115=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B48873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48873 is #4B778C. Grayscale: #929292. Windows color (decimal): -4945805 or 7571636. OLE color: 7571636.

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

Color convert

RGB 180 136 115 -
CMYK 0 0.24 0.36 0.29
HSL 19.38º 0.3% 0.58% -
HSV(B) 19.38º 0.36% 0.71% -
XYZ 30.72 28.55 20.11 -
YUV 146.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 180 136 115 0 0.24 0.36 0.29 19.38 0.3 0.58
Hex B4 88 73 0 18 24 1D 13 1E 3A
Octal 264 210 163 0 30 44 35 23 36 72
Binary 10110100 10001000 1110011 0 11000 100100 11101 10011 11110 111010

Color Harmonies of #B48873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48873

Black with #B48873

Text Example


Text Example

White with #B48873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48873; }

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

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

background-color css

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

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

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

border-color css

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

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

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