Html Css Color HEX #B47777 Brandy Rose

📋 copy color: '#B47777'

red 180 ◦ green 119 ◦ blue 119

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

Shades of Brandy Rose #B47777

Tints of Brandy Rose #B47777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.47%

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

R = 43.06%
G = 28.47%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B47777 (or 0xB47777) is known color: Brandy Rose. HEX triplet: B4, 77 and 77. RGB value is (180,119,119). Sum of RGB (Red+Green+Blue) = 180+119+119=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B47777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47777 is #4B8888. Grayscale: #898989. Windows color (decimal): -4950153 or 7829428. OLE color: 7829428.

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

Color convert

RGB 180 119 119 -
CMYK 0 0.34 0.34 0.29
HSL 0.29% 0.59% -
HSV(B) 0.34% 0.71% -
XYZ 28.75 24.23 20.61 -
YUV 137.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 180 119 119 0 0.34 0.34 0.29 0 0.29 0.59
Hex B4 77 77 0 22 22 1D 0 1D 3B
Octal 264 167 167 0 42 42 35 0 35 73
Binary 10110100 1110111 1110111 0 100010 100010 11101 0 11101 111011

Color Harmonies of #B47777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47777

Black with #B47777

Text Example


Text Example

White with #B47777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47777; }

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

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

background-color css

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

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

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

border-color css

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

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

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