Html Css Color HEX #B3857A Brandy Rose

📋 copy color: '#B3857A'

red 179 ◦ green 133 ◦ blue 122

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

Shades of Brandy Rose #B3857A

Tints of Brandy Rose #B3857A

RGB

 RED value IS 179 (70.31% from 255) = 41.24%

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

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

R = 41.24%
G = 30.65%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3857A (or 0xB3857A) is known color: Brandy Rose. HEX triplet: B3, 85 and 7A. RGB value is (179,133,122). Sum of RGB (Red+Green+Blue) = 179+133+122=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3857A is #4C7A85. Grayscale: #919191. Windows color (decimal): -5012102 or 8029619. OLE color: 8029619.

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

Color convert

RGB 179 133 122 -
CMYK 0 0.26 0.32 0.30
HSL 11.58º 0.27% 0.59% -
HSV(B) 11.58º 0.32% 0.7% -
XYZ 30.49 27.76 22.16 -
YUV 145.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 179 133 122 0 0.26 0.32 0.30 11.58 0.27 0.59
Hex B3 85 7A 0 1A 20 1E C 1B 3B
Octal 263 205 172 0 32 40 36 14 33 73
Binary 10110011 10000101 1111010 0 11010 100000 11110 1100 11011 111011

Color Harmonies of #B3857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3857A

Black with #B3857A

Text Example


Text Example

White with #B3857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3857A; }

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

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

background-color css

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

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

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

border-color css

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

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

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