Html Css Color HEX #B3857B Brandy Rose

📋 copy color: '#B3857B'

red 179 ◦ green 133 ◦ blue 123

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

Shades of Brandy Rose #B3857B

Tints of Brandy Rose #B3857B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.28%

R = 41.15%
G = 30.57%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3857B (or 0xB3857B) is known color: Brandy Rose. HEX triplet: B3, 85 and 7B. RGB value is (179,133,123). Sum of RGB (Red+Green+Blue) = 179+133+123=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3857B is #4C7A84. Grayscale: #919191. Windows color (decimal): -5012101 or 8095155. OLE color: 8095155.

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

Color convert

RGB 179 133 123 -
CMYK 0 0.26 0.31 0.30
HSL 10.71º 0.27% 0.59% -
HSV(B) 10.71º 0.31% 0.7% -
XYZ 30.55 27.79 22.49 -
YUV 145.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 179 133 123 0 0.26 0.31 0.30 10.71 0.27 0.59
Hex B3 85 7B 0 1A 1F 1E B 1B 3B
Octal 263 205 173 0 32 37 36 13 33 73
Binary 10110011 10000101 1111011 0 11010 11111 11110 1011 11011 111011

Color Harmonies of #B3857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3857B

Black with #B3857B

Text Example


Text Example

White with #B3857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3857B; }

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

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

background-color css

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

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

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

border-color css

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

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

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