Html Css Color HEX #B2867C Brandy Rose

📋 copy color: '#B2867C'

red 178 ◦ green 134 ◦ blue 124

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

Shades of Brandy Rose #B2867C

Tints of Brandy Rose #B2867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

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

R = 40.83%
G = 30.73%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2867C (or 0xB2867C) is known color: Brandy Rose. HEX triplet: B2, 86 and 7C. RGB value is (178,134,124). Sum of RGB (Red+Green+Blue) = 178+134+124=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2867C is #4D7983. Grayscale: #929292. Windows color (decimal): -5077380 or 8160946. OLE color: 8160946.

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

Color convert

RGB 178 134 124 -
CMYK 0 0.25 0.30 0.30
HSL 11.11º 0.26% 0.59% -
HSV(B) 11.11º 0.3% 0.7% -
XYZ 30.52 27.97 22.86 -
YUV 146.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 178 134 124 0 0.25 0.30 0.30 11.11 0.26 0.59
Hex B2 86 7C 0 19 1E 1E B 1A 3B
Octal 262 206 174 0 31 36 36 13 32 73
Binary 10110010 10000110 1111100 0 11001 11110 11110 1011 11010 111011

Color Harmonies of #B2867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2867C

Black with #B2867C

Text Example


Text Example

White with #B2867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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