Html Css Color HEX #B47873 Brandy Rose

📋 copy color: '#B47873'

red 180 ◦ green 120 ◦ blue 115

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

Shades of Brandy Rose #B47873

Tints of Brandy Rose #B47873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.92%

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

R = 43.37%
G = 28.92%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B47873 (or 0xB47873) is known color: Brandy Rose. HEX triplet: B4, 78 and 73. RGB value is (180,120,115). Sum of RGB (Red+Green+Blue) = 180+120+115=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47873 is #4B878C. Grayscale: #898989. Windows color (decimal): -4949901 or 7567540. OLE color: 7567540.

HSL color Cylindrical-coordinate representation of color #B47873: hue angle of 4.62º 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 #B47873 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 120 115 -
CMYK 0 0.33 0.36 0.29
HSL 4.62º 0.3% 0.58% -
HSV(B) 4.62º 0.36% 0.71% -
XYZ 28.63 24.37 19.42 -
YUV 137.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 180 120 115 0 0.33 0.36 0.29 4.62 0.3 0.58
Hex B4 78 73 0 21 24 1D 5 1E 3A
Octal 264 170 163 0 41 44 35 5 36 72
Binary 10110100 1111000 1110011 0 100001 100100 11101 101 11110 111010

Color Harmonies of #B47873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47873

Black with #B47873

Text Example


Text Example

White with #B47873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47873; }

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

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

background-color css

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

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

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

border-color css

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

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

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