Html Css Color HEX #B47F73 Brandy Rose

📋 copy color: '#B47F73'

red 180 ◦ green 127 ◦ blue 115

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

Shades of Brandy Rose #B47F73

Tints of Brandy Rose #B47F73

RGB

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

 GREEN value IS 127 (50% from 255) = 30.09%

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

R = 42.65%
G = 30.09%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B47F73 (or 0xB47F73) is known color: Brandy Rose. HEX triplet: B4, 7F and 73. RGB value is (180,127,115). Sum of RGB (Red+Green+Blue) = 180+127+115=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F73 is #4B808C. Grayscale: #8D8D8D. Windows color (decimal): -4948109 or 7569332. OLE color: 7569332.

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

Color convert

RGB 180 127 115 -
CMYK 0 0.29 0.36 0.29
HSL 11.08º 0.3% 0.58% -
HSV(B) 11.08º 0.36% 0.71% -
XYZ 29.51 26.12 19.71 -
YUV 141.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 180 127 115 0 0.29 0.36 0.29 11.08 0.3 0.58
Hex B4 7F 73 0 1D 24 1D B 1E 3A
Octal 264 177 163 0 35 44 35 13 36 72
Binary 10110100 1111111 1110011 0 11101 100100 11101 1011 11110 111010

Color Harmonies of #B47F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47F73

Black with #B47F73

Text Example


Text Example

White with #B47F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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