Html Css Color HEX #B47977 Brandy Rose

📋 copy color: '#B47977'

red 180 ◦ green 121 ◦ blue 119

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

Shades of Brandy Rose #B47977

Tints of Brandy Rose #B47977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 42.86%
G = 28.81%
B = 28.33%

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

#B47977 (or 0xB47977) is known color: Brandy Rose. HEX triplet: B4, 79 and 77. RGB value is (180,121,119). Sum of RGB (Red+Green+Blue) = 180+121+119=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B47977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47977 is #4B8688. Grayscale: #8A8A8A. Windows color (decimal): -4949641 or 7829940. OLE color: 7829940.

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

Color convert

RGB 180 121 119 -
CMYK 0 0.33 0.34 0.29
HSL 1.97º 0.29% 0.59% -
HSV(B) 1.97º 0.34% 0.71% -
XYZ 28.99 24.71 20.69 -
YUV 138.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 180 121 119 0 0.33 0.34 0.29 1.97 0.29 0.59
Hex B4 79 77 0 21 22 1D 2 1D 3B
Octal 264 171 167 0 41 42 35 2 35 73
Binary 10110100 1111001 1110111 0 100001 100010 11101 10 11101 111011

Color Harmonies of #B47977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47977

Black with #B47977

Text Example


Text Example

White with #B47977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47977; }

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

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

background-color css

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

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

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

border-color css

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

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

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