Html Css Color HEX #B57874 Brandy Rose

📋 copy color: '#B57874'

red 181 ◦ green 120 ◦ blue 116

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

Shades of Brandy Rose #B57874

Tints of Brandy Rose #B57874

RGB

 RED value IS 181 (71.09% from 255) = 43.41%

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

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 43.41%
G = 28.78%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B57874 (or 0xB57874) is known color: Brandy Rose. HEX triplet: B5, 78 and 74. RGB value is (181,120,116). Sum of RGB (Red+Green+Blue) = 181+120+116=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B57874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57874 is #4A878B. Grayscale: #898989. Windows color (decimal): -4884364 or 7633077. OLE color: 7633077.

HSL color Cylindrical-coordinate representation of color #B57874: hue angle of 3.69º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57874 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 120 116 -
CMYK 0 0.34 0.36 0.29
HSL 3.69º 0.31% 0.58% -
HSV(B) 3.69º 0.36% 0.71% -
XYZ 28.92 24.52 19.73 -
YUV 137.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 181 120 116 0 0.34 0.36 0.29 3.69 0.31 0.58
Hex B5 78 74 0 22 24 1D 4 1F 3A
Octal 265 170 164 0 42 44 35 4 37 72
Binary 10110101 1111000 1110100 0 100010 100100 11101 100 11111 111010

Color Harmonies of #B57874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57874

Black with #B57874

Text Example


Text Example

White with #B57874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57874; }

 p { color: rgb(181,120,116); }

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

background-color css

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

 a { background-color: rgb(181,120,116); }

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

border-color css

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

 span { border-color: rgb(181,120,116); }

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