Html Css Color HEX #B2877C Brandy Rose

📋 copy color: '#B2877C'

red 178 ◦ green 135 ◦ blue 124

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

Shades of Brandy Rose #B2877C

Tints of Brandy Rose #B2877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.89%

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

R = 40.73%
G = 30.89%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2877C (or 0xB2877C) is known color: Brandy Rose. HEX triplet: B2, 87 and 7C. RGB value is (178,135,124). Sum of RGB (Red+Green+Blue) = 178+135+124=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2877C is #4D7883. Grayscale: #929292. Windows color (decimal): -5077124 or 8161202. OLE color: 8161202.

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

Color convert

RGB 178 135 124 -
CMYK 0 0.24 0.30 0.30
HSL 12.22º 0.26% 0.59% -
HSV(B) 12.22º 0.3% 0.7% -
XYZ 30.66 28.25 22.91 -
YUV 146.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 178 135 124 0 0.24 0.30 0.30 12.22 0.26 0.59
Hex B2 87 7C 0 18 1E 1E C 1A 3B
Octal 262 207 174 0 30 36 36 14 32 73
Binary 10110010 10000111 1111100 0 11000 11110 11110 1100 11010 111011

Color Harmonies of #B2877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2877C

Black with #B2877C

Text Example


Text Example

White with #B2877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2877C; }

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

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

background-color css

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

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

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

border-color css

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

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

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