Html Css Color HEX #B47970 Brandy Rose

📋 copy color: '#B47970'

red 180 ◦ green 121 ◦ blue 112

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

Shades of Brandy Rose #B47970

Tints of Brandy Rose #B47970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.3%

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

R = 43.58%
G = 29.3%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B47970 (or 0xB47970) is known color: Brandy Rose. HEX triplet: B4, 79 and 70. RGB value is (180,121,112). Sum of RGB (Red+Green+Blue) = 180+121+112=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B47970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47970 is #4B868F. Grayscale: #898989. Windows color (decimal): -4949648 or 7371188. OLE color: 7371188.

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

Color convert

RGB 180 121 112 -
CMYK 0 0.33 0.38 0.29
HSL 7.94º 0.31% 0.57% -
HSV(B) 7.94º 0.38% 0.71% -
XYZ 28.58 24.55 18.56 -
YUV 137.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 180 121 112 0 0.33 0.38 0.29 7.94 0.31 0.57
Hex B4 79 70 0 21 26 1D 8 1F 39
Octal 264 171 160 0 41 46 35 10 37 71
Binary 10110100 1111001 1110000 0 100001 100110 11101 1000 11111 111001

Color Harmonies of #B47970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47970

Black with #B47970

Text Example


Text Example

White with #B47970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47970; }

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

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

background-color css

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

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

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

border-color css

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

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

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