Html Css Color HEX #B37978 Brandy Rose

📋 copy color: '#B37978'

red 179 ◦ green 121 ◦ blue 120

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

Shades of Brandy Rose #B37978

Tints of Brandy Rose #B37978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.57%

R = 42.62%
G = 28.81%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B37978 (or 0xB37978) is known color: Brandy Rose. HEX triplet: B3, 79 and 78. RGB value is (179,121,120). Sum of RGB (Red+Green+Blue) = 179+121+120=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B37978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37978 is #4C8687. Grayscale: #8A8A8A. Windows color (decimal): -5015176 or 7895475. OLE color: 7895475.

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

Color convert

RGB 179 121 120 -
CMYK 0 0.32 0.33 0.30
HSL 1.02º 0.28% 0.59% -
HSV(B) 1.02º 0.33% 0.7% -
XYZ 28.82 24.61 21 -
YUV 138.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 179 121 120 0 0.32 0.33 0.30 1.02 0.28 0.59
Hex B3 79 78 0 20 21 1E 1 1C 3B
Octal 263 171 170 0 40 41 36 1 34 73
Binary 10110011 1111001 1111000 0 100000 100001 11110 1 11100 111011

Color Harmonies of #B37978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37978

Black with #B37978

Text Example


Text Example

White with #B37978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37978; }

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

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

background-color css

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

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

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

border-color css

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

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

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