Html Css Color HEX #B47E73 Brandy Rose

📋 copy color: '#B47E73'

red 180 ◦ green 126 ◦ blue 115

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

Shades of Brandy Rose #B47E73

Tints of Brandy Rose #B47E73

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.93%

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

R = 42.76%
G = 29.93%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B47E73 (or 0xB47E73) is known color: Brandy Rose. HEX triplet: B4, 7E and 73. RGB value is (180,126,115). Sum of RGB (Red+Green+Blue) = 180+126+115=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E73 is #4B818C. Grayscale: #8C8C8C. Windows color (decimal): -4948365 or 7569076. OLE color: 7569076.

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

Color convert

RGB 180 126 115 -
CMYK 0 0.3 0.36 0.29
HSL 10.15º 0.3% 0.58% -
HSV(B) 10.15º 0.36% 0.71% -
XYZ 29.38 25.86 19.66 -
YUV 140.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 180 126 115 0 0.3 0.36 0.29 10.15 0.3 0.58
Hex B4 7E 73 0 1E 24 1D A 1E 3A
Octal 264 176 163 0 36 44 35 12 36 72
Binary 10110100 1111110 1110011 0 11110 100100 11101 1010 11110 111010

Color Harmonies of #B47E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E73

Black with #B47E73

Text Example


Text Example

White with #B47E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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