Html Css Color HEX #B2827C Brandy Rose

📋 copy color: '#B2827C'

red 178 ◦ green 130 ◦ blue 124

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

Shades of Brandy Rose #B2827C

Tints of Brandy Rose #B2827C

RGB

 RED value IS 178 (69.92% from 255) = 41.2%

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

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

R = 41.2%
G = 30.09%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2827C (or 0xB2827C) is known color: Brandy Rose. HEX triplet: B2, 82 and 7C. RGB value is (178,130,124). Sum of RGB (Red+Green+Blue) = 178+130+124=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2827C is #4D7D83. Grayscale: #8F8F8F. Windows color (decimal): -5078404 or 8159922. OLE color: 8159922.

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

Color convert

RGB 178 130 124 -
CMYK 0 0.27 0.30 0.30
HSL 6.67º 0.26% 0.59% -
HSV(B) 6.67º 0.3% 0.7% -
XYZ 29.98 26.89 22.68 -
YUV 143.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 178 130 124 0 0.27 0.30 0.30 6.67 0.26 0.59
Hex B2 82 7C 0 1B 1E 1E 7 1A 3B
Octal 262 202 174 0 33 36 36 7 32 73
Binary 10110010 10000010 1111100 0 11011 11110 11110 111 11010 111011

Color Harmonies of #B2827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2827C

Black with #B2827C

Text Example


Text Example

White with #B2827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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