Html Css Color HEX #B37877 Brandy Rose

📋 copy color: '#B37877'

red 179 ◦ green 120 ◦ blue 119

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

Shades of Brandy Rose #B37877

Tints of Brandy Rose #B37877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.71%

 BLUE value IS 119 (46.88% from 255) = 28.47%

R = 42.82%
G = 28.71%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B37877 (or 0xB37877) is known color: Brandy Rose. HEX triplet: B3, 78 and 77. RGB value is (179,120,119). Sum of RGB (Red+Green+Blue) = 179+120+119=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B37877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37877 is #4C8788. Grayscale: #898989. Windows color (decimal): -5015433 or 7829683. OLE color: 7829683.

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

Color convert

RGB 179 120 119 -
CMYK 0 0.33 0.34 0.30
HSL 0.28% 0.58% -
HSV(B) 0.34% 0.7% -
XYZ 28.64 24.35 20.64 -
YUV 137.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 179 120 119 0 0.33 0.34 0.30 1 0.28 0.58
Hex B3 78 77 0 21 22 1E 1 1C 3A
Octal 263 170 167 0 41 42 36 1 34 72
Binary 10110011 1111000 1110111 0 100001 100010 11110 1 11100 111010

Color Harmonies of #B37877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37877

Black with #B37877

Text Example


Text Example

White with #B37877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37877; }

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

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

background-color css

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

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

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

border-color css

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

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

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