Html Css Color HEX #B37A79 Brandy Rose

📋 copy color: '#B37A79'

red 179 ◦ green 122 ◦ blue 121

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

Shades of Brandy Rose #B37A79

Tints of Brandy Rose #B37A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.91%

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

R = 42.42%
G = 28.91%
B = 28.67%

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

#B37A79 (or 0xB37A79) is known color: Brandy Rose. HEX triplet: B3, 7A and 79. RGB value is (179,122,121). Sum of RGB (Red+Green+Blue) = 179+122+121=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A79 is #4C8586. Grayscale: #8A8A8A. Windows color (decimal): -5014919 or 7961267. OLE color: 7961267.

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

Color convert

RGB 179 122 121 -
CMYK 0 0.32 0.32 0.30
HSL 1.03º 0.28% 0.59% -
HSV(B) 1.03º 0.32% 0.7% -
XYZ 29 24.88 21.36 -
YUV 138.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 179 122 121 0 0.32 0.32 0.30 1.03 0.28 0.59
Hex B3 7A 79 0 20 20 1E 1 1C 3B
Octal 263 172 171 0 40 40 36 1 34 73
Binary 10110011 1111010 1111001 0 100000 100000 11110 1 11100 111011

Color Harmonies of #B37A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A79

Black with #B37A79

Text Example


Text Example

White with #B37A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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