Html Css Color HEX #B2857A Brandy Rose

📋 copy color: '#B2857A'

red 178 ◦ green 133 ◦ blue 122

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

Shades of Brandy Rose #B2857A

Tints of Brandy Rose #B2857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 41.11%
G = 30.72%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2857A (or 0xB2857A) is known color: Brandy Rose. HEX triplet: B2, 85 and 7A. RGB value is (178,133,122). Sum of RGB (Red+Green+Blue) = 178+133+122=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2857A is #4D7A85. Grayscale: #919191. Windows color (decimal): -5077638 or 8029618. OLE color: 8029618.

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

Color convert

RGB 178 133 122 -
CMYK 0 0.25 0.31 0.30
HSL 11.79º 0.27% 0.59% -
HSV(B) 11.79º 0.31% 0.7% -
XYZ 30.26 27.65 22.15 -
YUV 145.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 178 133 122 0 0.25 0.31 0.30 11.79 0.27 0.59
Hex B2 85 7A 0 19 1F 1E C 1B 3B
Octal 262 205 172 0 31 37 36 14 33 73
Binary 10110010 10000101 1111010 0 11001 11111 11110 1100 11011 111011

Color Harmonies of #B2857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2857A

Black with #B2857A

Text Example


Text Example

White with #B2857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2857A; }

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

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

background-color css

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

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

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

border-color css

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

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

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