Html Css Color HEX #B2857F Brandy Rose

📋 copy color: '#B2857F'

red 178 ◦ green 133 ◦ blue 127

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

Shades of Brandy Rose #B2857F

Tints of Brandy Rose #B2857F

RGB

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

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

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

R = 40.64%
G = 30.37%
B = 29%

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

#B2857F (or 0xB2857F) is known color: Brandy Rose. HEX triplet: B2, 85 and 7F. RGB value is (178,133,127). Sum of RGB (Red+Green+Blue) = 178+133+127=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2857F is #4D7A80. Grayscale: #919191. Windows color (decimal): -5077633 or 8357298. OLE color: 8357298.

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

Color convert

RGB 178 133 127 -
CMYK 0 0.25 0.29 0.30
HSL 7.06º 0.25% 0.6% -
HSV(B) 7.06º 0.29% 0.7% -
XYZ 30.58 27.77 23.83 -
YUV 145.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 178 133 127 0 0.25 0.29 0.30 7.06 0.25 0.6
Hex B2 85 7F 0 19 1D 1E 7 19 3C
Octal 262 205 177 0 31 35 36 7 31 74
Binary 10110010 10000101 1111111 0 11001 11101 11110 111 11001 111100

Color Harmonies of #B2857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2857F

Black with #B2857F

Text Example


Text Example

White with #B2857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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