Html Css Color HEX #B2857E Brandy Rose

📋 copy color: '#B2857E'

red 178 ◦ green 133 ◦ blue 126

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

Shades of Brandy Rose #B2857E

Tints of Brandy Rose #B2857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.43%

 BLUE value IS 126 (49.61% from 255) = 28.83%

R = 40.73%
G = 30.43%
B = 28.83%

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

#B2857E (or 0xB2857E) is known color: Brandy Rose. HEX triplet: B2, 85 and 7E. RGB value is (178,133,126). Sum of RGB (Red+Green+Blue) = 178+133+126=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2857E is #4D7A81. Grayscale: #919191. Windows color (decimal): -5077634 or 8291762. OLE color: 8291762.

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

Color convert

RGB 178 133 126 -
CMYK 0 0.25 0.29 0.30
HSL 8.08º 0.25% 0.6% -
HSV(B) 8.08º 0.29% 0.7% -
XYZ 30.51 27.75 23.49 -
YUV 145.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 178 133 126 0 0.25 0.29 0.30 8.08 0.25 0.6
Hex B2 85 7E 0 19 1D 1E 8 19 3C
Octal 262 205 176 0 31 35 36 10 31 74
Binary 10110010 10000101 1111110 0 11001 11101 11110 1000 11001 111100

Color Harmonies of #B2857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2857E

Black with #B2857E

Text Example


Text Example

White with #B2857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2857E; }

 p { color: rgb(178,133,126); }

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

background-color css

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

 a { background-color: rgb(178,133,126); }

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

border-color css

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

 span { border-color: rgb(178,133,126); }

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