Html Css Color HEX #B2867F Brandy Rose

📋 copy color: '#B2867F'

red 178 ◦ green 134 ◦ blue 127

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

Shades of Brandy Rose #B2867F

Tints of Brandy Rose #B2867F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.93%

R = 40.55%
G = 30.52%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2867F (or 0xB2867F) is known color: Brandy Rose. HEX triplet: B2, 86 and 7F. RGB value is (178,134,127). Sum of RGB (Red+Green+Blue) = 178+134+127=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2867F is #4D7980. Grayscale: #929292. Windows color (decimal): -5077377 or 8357554. OLE color: 8357554.

HSL color Cylindrical-coordinate representation of color #B2867F: hue angle of 8.24º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2867F is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 127 -
CMYK 0 0.25 0.29 0.30
HSL 8.24º 0.25% 0.6% -
HSV(B) 8.24º 0.29% 0.7% -
XYZ 30.72 28.05 23.87 -
YUV 146.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 178 134 127 0 0.25 0.29 0.30 8.24 0.25 0.6
Hex B2 86 7F 0 19 1D 1E 8 19 3C
Octal 262 206 177 0 31 35 36 10 31 74
Binary 10110010 10000110 1111111 0 11001 11101 11110 1000 11001 111100

Color Harmonies of #B2867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2867F

Black with #B2867F

Text Example


Text Example

White with #B2867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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