Html Css Color HEX #B2817C Brandy Rose

📋 copy color: '#B2817C'

red 178 ◦ green 129 ◦ blue 124

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

Shades of Brandy Rose #B2817C

Tints of Brandy Rose #B2817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.93%

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

R = 41.3%
G = 29.93%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2817C (or 0xB2817C) is known color: Brandy Rose. HEX triplet: B2, 81 and 7C. RGB value is (178,129,124). Sum of RGB (Red+Green+Blue) = 178+129+124=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B2817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2817C is #4D7E83. Grayscale: #8F8F8F. Windows color (decimal): -5078660 or 8159666. OLE color: 8159666.

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

Color convert

RGB 178 129 124 -
CMYK 0 0.28 0.30 0.30
HSL 5.56º 0.26% 0.59% -
HSV(B) 5.56º 0.3% 0.7% -
XYZ 29.85 26.62 22.63 -
YUV 143.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 178 129 124 0 0.28 0.30 0.30 5.56 0.26 0.59
Hex B2 81 7C 0 1C 1E 1E 6 1A 3B
Octal 262 201 174 0 34 36 36 6 32 73
Binary 10110010 10000001 1111100 0 11100 11110 11110 110 11010 111011

Color Harmonies of #B2817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2817C

Black with #B2817C

Text Example


Text Example

White with #B2817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2817C; }

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

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

background-color css

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

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

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

border-color css

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

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

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