Html Css Color HEX #B4827C Brandy Rose

📋 copy color: '#B4827C'

red 180 ◦ green 130 ◦ blue 124

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

Shades of Brandy Rose #B4827C

Tints of Brandy Rose #B4827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.95%

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

R = 41.47%
G = 29.95%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4827C (or 0xB4827C) is known color: Brandy Rose. HEX triplet: B4, 82 and 7C. RGB value is (180,130,124). Sum of RGB (Red+Green+Blue) = 180+130+124=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4827C is #4B7D83. Grayscale: #909090. Windows color (decimal): -4947332 or 8159924. OLE color: 8159924.

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

Color convert

RGB 180 130 124 -
CMYK 0 0.28 0.31 0.29
HSL 6.43º 0.27% 0.6% -
HSV(B) 6.43º 0.31% 0.71% -
XYZ 30.44 27.12 22.7 -
YUV 144.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 180 130 124 0 0.28 0.31 0.29 6.43 0.27 0.6
Hex B4 82 7C 0 1C 1F 1D 6 1B 3C
Octal 264 202 174 0 34 37 35 6 33 74
Binary 10110100 10000010 1111100 0 11100 11111 11101 110 11011 111100

Color Harmonies of #B4827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4827C

Black with #B4827C

Text Example


Text Example

White with #B4827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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