Html Css Color HEX #B37979 Brandy Rose

📋 copy color: '#B37979'

red 179 ◦ green 121 ◦ blue 121

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

Shades of Brandy Rose #B37979

Tints of Brandy Rose #B37979

RGB

 RED value IS 179 (70.31% from 255) = 42.52%

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

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

R = 42.52%
G = 28.74%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B37979 (or 0xB37979) is known color: Brandy Rose. HEX triplet: B3, 79 and 79. RGB value is (179,121,121). Sum of RGB (Red+Green+Blue) = 179+121+121=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B37979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37979 is #4C8686. Grayscale: #8A8A8A. Windows color (decimal): -5015175 or 7961011. OLE color: 7961011.

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

Color convert

RGB 179 121 121 -
CMYK 0 0.32 0.32 0.30
HSL 0.28% 0.59% -
HSV(B) 0.32% 0.7% -
XYZ 28.88 24.64 21.32 -
YUV 138.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 179 121 121 0 0.32 0.32 0.30 0 0.28 0.59
Hex B3 79 79 0 20 20 1E 0 1C 3B
Octal 263 171 171 0 40 40 36 0 34 73
Binary 10110011 1111001 1111001 0 100000 100000 11110 0 11100 111011

Color Harmonies of #B37979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37979

Black with #B37979

Text Example


Text Example

White with #B37979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37979; }

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

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

background-color css

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

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

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

border-color css

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

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

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