Html Css Color HEX #B47A73 Brandy Rose

📋 copy color: '#B47A73'

red 180 ◦ green 122 ◦ blue 115

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

Shades of Brandy Rose #B47A73

Tints of Brandy Rose #B47A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.26%

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

R = 43.17%
G = 29.26%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B47A73 (or 0xB47A73) is known color: Brandy Rose. HEX triplet: B4, 7A and 73. RGB value is (180,122,115). Sum of RGB (Red+Green+Blue) = 180+122+115=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A73 is #4B858C. Grayscale: #8A8A8A. Windows color (decimal): -4949389 or 7568052. OLE color: 7568052.

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

Color convert

RGB 180 122 115 -
CMYK 0 0.32 0.36 0.29
HSL 6.46º 0.3% 0.58% -
HSV(B) 6.46º 0.36% 0.71% -
XYZ 28.88 24.86 19.5 -
YUV 138.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 180 122 115 0 0.32 0.36 0.29 6.46 0.3 0.58
Hex B4 7A 73 0 20 24 1D 6 1E 3A
Octal 264 172 163 0 40 44 35 6 36 72
Binary 10110100 1111010 1110011 0 100000 100100 11101 110 11110 111010

Color Harmonies of #B47A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A73

Black with #B47A73

Text Example


Text Example

White with #B47A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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