Html Css Color HEX #B4857C Brandy Rose

📋 copy color: '#B4857C'

red 180 ◦ green 133 ◦ blue 124

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

Shades of Brandy Rose #B4857C

Tints of Brandy Rose #B4857C

RGB

 RED value IS 180 (70.7% from 255) = 41.19%

 GREEN value IS 133 (52.34% from 255) = 30.43%

 BLUE value IS 124 (48.83% from 255) = 28.38%

R = 41.19%
G = 30.43%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4857C (or 0xB4857C) is known color: Brandy Rose. HEX triplet: B4, 85 and 7C. RGB value is (180,133,124). Sum of RGB (Red+Green+Blue) = 180+133+124=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4857C is #4B7A83. Grayscale: #929292. Windows color (decimal): -4946564 or 8160692. OLE color: 8160692.

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

Color convert

RGB 180 133 124 -
CMYK 0 0.26 0.31 0.29
HSL 9.64º 0.27% 0.6% -
HSV(B) 9.64º 0.31% 0.71% -
XYZ 30.85 27.93 22.83 -
YUV 146.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 180 133 124 0 0.26 0.31 0.29 9.64 0.27 0.6
Hex B4 85 7C 0 1A 1F 1D A 1B 3C
Octal 264 205 174 0 32 37 35 12 33 74
Binary 10110100 10000101 1111100 0 11010 11111 11101 1010 11011 111100

Color Harmonies of #B4857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4857C

Black with #B4857C

Text Example


Text Example

White with #B4857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4857C; }

 p { color: rgb(180,133,124); }

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

background-color css

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

 a { background-color: rgb(180,133,124); }

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

border-color css

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

 span { border-color: rgb(180,133,124); }

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