Html Css Color HEX #B47A71 Brandy Rose

📋 copy color: '#B47A71'

red 180 ◦ green 122 ◦ blue 113

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

Shades of Brandy Rose #B47A71

Tints of Brandy Rose #B47A71

RGB

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

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

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

R = 43.37%
G = 29.4%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B47A71 (or 0xB47A71) is known color: Brandy Rose. HEX triplet: B4, 7A and 71. RGB value is (180,122,113). Sum of RGB (Red+Green+Blue) = 180+122+113=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A71 is #4B858E. Grayscale: #8A8A8A. Windows color (decimal): -4949391 or 7436980. OLE color: 7436980.

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

Color convert

RGB 180 122 113 -
CMYK 0 0.32 0.37 0.29
HSL 8.06º 0.31% 0.57% -
HSV(B) 8.06º 0.37% 0.71% -
XYZ 28.76 24.81 18.9 -
YUV 138.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 180 122 113 0 0.32 0.37 0.29 8.06 0.31 0.57
Hex B4 7A 71 0 20 25 1D 8 1F 39
Octal 264 172 161 0 40 45 35 10 37 71
Binary 10110100 1111010 1110001 0 100000 100101 11101 1000 11111 111001

Color Harmonies of #B47A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A71

Black with #B47A71

Text Example


Text Example

White with #B47A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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