Html Css Color HEX #B47A70 Brandy Rose

📋 copy color: '#B47A70'

red 180 ◦ green 122 ◦ blue 112

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

Shades of Brandy Rose #B47A70

Tints of Brandy Rose #B47A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 43.48%
G = 29.47%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B47A70 (or 0xB47A70) is known color: Brandy Rose. HEX triplet: B4, 7A and 70. RGB value is (180,122,112). Sum of RGB (Red+Green+Blue) = 180+122+112=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A70 is #4B858F. Grayscale: #8A8A8A. Windows color (decimal): -4949392 or 7371444. OLE color: 7371444.

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

Color convert

RGB 180 122 112 -
CMYK 0 0.32 0.38 0.29
HSL 8.82º 0.31% 0.57% -
HSV(B) 8.82º 0.38% 0.71% -
XYZ 28.71 24.79 18.6 -
YUV 138.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 180 122 112 0 0.32 0.38 0.29 8.82 0.31 0.57
Hex B4 7A 70 0 20 26 1D 9 1F 39
Octal 264 172 160 0 40 46 35 11 37 71
Binary 10110100 1111010 1110000 0 100000 100110 11101 1001 11111 111001

Color Harmonies of #B47A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A70

Black with #B47A70

Text Example


Text Example

White with #B47A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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