Html Css Color HEX #B47979 Brandy Rose

📋 copy color: '#B47979'

red 180 ◦ green 121 ◦ blue 121

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

Shades of Brandy Rose #B47979

Tints of Brandy Rose #B47979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.67%

R = 42.65%
G = 28.67%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B47979 (or 0xB47979) is known color: Brandy Rose. HEX triplet: B4, 79 and 79. RGB value is (180,121,121). Sum of RGB (Red+Green+Blue) = 180+121+121=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B47979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47979 is #4B8686. Grayscale: #8A8A8A. Windows color (decimal): -4949639 or 7961012. OLE color: 7961012.

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

Color convert

RGB 180 121 121 -
CMYK 0 0.33 0.33 0.29
HSL 0.28% 0.59% -
HSV(B) 0.33% 0.71% -
XYZ 29.11 24.76 21.33 -
YUV 138.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 180 121 121 0 0.33 0.33 0.29 0 0.28 0.59
Hex B4 79 79 0 21 21 1D 0 1C 3B
Octal 264 171 171 0 41 41 35 0 34 73
Binary 10110100 1111001 1111001 0 100001 100001 11101 0 11100 111011

Color Harmonies of #B47979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47979

Black with #B47979

Text Example


Text Example

White with #B47979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47979; }

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

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

background-color css

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

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

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

border-color css

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

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

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