Html Css Color HEX #B4847C Brandy Rose

📋 copy color: '#B4847C'

red 180 ◦ green 132 ◦ blue 124

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

Shades of Brandy Rose #B4847C

Tints of Brandy Rose #B4847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.28%

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

R = 41.28%
G = 30.28%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4847C (or 0xB4847C) is known color: Brandy Rose. HEX triplet: B4, 84 and 7C. RGB value is (180,132,124). Sum of RGB (Red+Green+Blue) = 180+132+124=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4847C is #4B7B83. Grayscale: #919191. Windows color (decimal): -4946820 or 8160436. OLE color: 8160436.

HSL color Cylindrical-coordinate representation of color #B4847C: hue angle of 8.57º 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 #B4847C is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 132 124 -
CMYK 0 0.27 0.31 0.29
HSL 8.57º 0.27% 0.6% -
HSV(B) 8.57º 0.31% 0.71% -
XYZ 30.71 27.66 22.79 -
YUV 145.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 180 132 124 0 0.27 0.31 0.29 8.57 0.27 0.6
Hex B4 84 7C 0 1B 1F 1D 9 1B 3C
Octal 264 204 174 0 33 37 35 11 33 74
Binary 10110100 10000100 1111100 0 11011 11111 11101 1001 11011 111100

Color Harmonies of #B4847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4847C

Black with #B4847C

Text Example


Text Example

White with #B4847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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