Html Css Color HEX #B47C71 Brandy Rose

📋 copy color: '#B47C71'

red 180 ◦ green 124 ◦ blue 113

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

Shades of Brandy Rose #B47C71

Tints of Brandy Rose #B47C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 43.17%
G = 29.74%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B47C71 (or 0xB47C71) is known color: Brandy Rose. HEX triplet: B4, 7C and 71. RGB value is (180,124,113). Sum of RGB (Red+Green+Blue) = 180+124+113=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C71 is #4B838E. Grayscale: #8B8B8B. Windows color (decimal): -4948879 or 7437492. OLE color: 7437492.

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

Color convert

RGB 180 124 113 -
CMYK 0 0.31 0.37 0.29
HSL 9.85º 0.31% 0.57% -
HSV(B) 9.85º 0.37% 0.71% -
XYZ 29.01 25.31 18.98 -
YUV 139.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 180 124 113 0 0.31 0.37 0.29 9.85 0.31 0.57
Hex B4 7C 71 0 1F 25 1D A 1F 39
Octal 264 174 161 0 37 45 35 12 37 71
Binary 10110100 1111100 1110001 0 11111 100101 11101 1010 11111 111001

Color Harmonies of #B47C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C71

Black with #B47C71

Text Example


Text Example

White with #B47C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C71; }

 p { color: rgb(180,124,113); }

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

background-color css

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

 a { background-color: rgb(180,124,113); }

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

border-color css

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

 span { border-color: rgb(180,124,113); }

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