Html Css Color HEX #B37873 Brandy Rose

📋 copy color: '#B37873'

red 179 ◦ green 120 ◦ blue 115

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

Shades of Brandy Rose #B37873

Tints of Brandy Rose #B37873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.78%

R = 43.24%
G = 28.99%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B37873 (or 0xB37873) is known color: Brandy Rose. HEX triplet: B3, 78 and 73. RGB value is (179,120,115). Sum of RGB (Red+Green+Blue) = 179+120+115=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B37873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37873 is #4C878C. Grayscale: #898989. Windows color (decimal): -5015437 or 7567539. OLE color: 7567539.

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

Color convert

RGB 179 120 115 -
CMYK 0 0.33 0.36 0.30
HSL 4.69º 0.3% 0.58% -
HSV(B) 4.69º 0.36% 0.7% -
XYZ 28.4 24.25 19.4 -
YUV 137.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 179 120 115 0 0.33 0.36 0.30 4.69 0.3 0.58
Hex B3 78 73 0 21 24 1E 5 1E 3A
Octal 263 170 163 0 41 44 36 5 36 72
Binary 10110011 1111000 1110011 0 100001 100100 11110 101 11110 111010

Color Harmonies of #B37873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37873

Black with #B37873

Text Example


Text Example

White with #B37873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37873; }

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

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

background-color css

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

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

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

border-color css

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

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

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