Html Css Color HEX #B37D79 Brandy Rose

📋 copy color: '#B37D79'

red 179 ◦ green 125 ◦ blue 121

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

Shades of Brandy Rose #B37D79

Tints of Brandy Rose #B37D79

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.41%

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

R = 42.12%
G = 29.41%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B37D79 (or 0xB37D79) is known color: Brandy Rose. HEX triplet: B3, 7D and 79. RGB value is (179,125,121). Sum of RGB (Red+Green+Blue) = 179+125+121=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D79 is #4C8286. Grayscale: #8C8C8C. Windows color (decimal): -5014151 or 7962035. OLE color: 7962035.

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

Color convert

RGB 179 125 121 -
CMYK 0 0.30 0.32 0.30
HSL 4.14º 0.28% 0.59% -
HSV(B) 4.14º 0.32% 0.7% -
XYZ 29.38 25.63 21.49 -
YUV 140.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 179 125 121 0 0.30 0.32 0.30 4.14 0.28 0.59
Hex B3 7D 79 0 1E 20 1E 4 1C 3B
Octal 263 175 171 0 36 40 36 4 34 73
Binary 10110011 1111101 1111001 0 11110 100000 11110 100 11100 111011

Color Harmonies of #B37D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D79

Black with #B37D79

Text Example


Text Example

White with #B37D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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