Html Css Color HEX #B3847E Brandy Rose

📋 copy color: '#B3847E'

red 179 ◦ green 132 ◦ blue 126

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

Shades of Brandy Rose #B3847E

Tints of Brandy Rose #B3847E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.21%

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

R = 40.96%
G = 30.21%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3847E (or 0xB3847E) is known color: Brandy Rose. HEX triplet: B3, 84 and 7E. RGB value is (179,132,126). Sum of RGB (Red+Green+Blue) = 179+132+126=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3847E is #4C7B81. Grayscale: #919191. Windows color (decimal): -5012354 or 8291507. OLE color: 8291507.

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

Color convert

RGB 179 132 126 -
CMYK 0 0.26 0.30 0.30
HSL 6.79º 0.26% 0.6% -
HSV(B) 6.79º 0.3% 0.7% -
XYZ 30.61 27.59 23.45 -
YUV 145.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 179 132 126 0 0.26 0.30 0.30 6.79 0.26 0.6
Hex B3 84 7E 0 1A 1E 1E 7 1A 3C
Octal 263 204 176 0 32 36 36 7 32 74
Binary 10110011 10000100 1111110 0 11010 11110 11110 111 11010 111100

Color Harmonies of #B3847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3847E

Black with #B3847E

Text Example


Text Example

White with #B3847E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3847E; }

 p { color: rgb(179,132,126); }

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

background-color css

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

 a { background-color: rgb(179,132,126); }

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

border-color css

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

 span { border-color: rgb(179,132,126); }

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