Html Css Color HEX #B47976 Brandy Rose

📋 copy color: '#B47976'

red 180 ◦ green 121 ◦ blue 118

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

Shades of Brandy Rose #B47976

Tints of Brandy Rose #B47976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 42.96%
G = 28.88%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B47976 (or 0xB47976) is known color: Brandy Rose. HEX triplet: B4, 79 and 76. RGB value is (180,121,118). Sum of RGB (Red+Green+Blue) = 180+121+118=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B47976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47976 is #4B8689. Grayscale: #8A8A8A. Windows color (decimal): -4949642 or 7764404. OLE color: 7764404.

HSL color Cylindrical-coordinate representation of color #B47976: hue angle of 2.9º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47976 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 121 118 -
CMYK 0 0.33 0.34 0.29
HSL 2.9º 0.29% 0.58% -
HSV(B) 2.9º 0.34% 0.71% -
XYZ 28.93 24.69 20.38 -
YUV 138.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 180 121 118 0 0.33 0.34 0.29 2.9 0.29 0.58
Hex B4 79 76 0 21 22 1D 3 1D 3A
Octal 264 171 166 0 41 42 35 3 35 72
Binary 10110100 1111001 1110110 0 100001 100010 11101 11 11101 111010

Color Harmonies of #B47976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47976

Black with #B47976

Text Example


Text Example

White with #B47976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47976; }

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

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

background-color css

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

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

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

border-color css

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

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

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