Html Css Color HEX #B5847E Brandy Rose

📋 copy color: '#B5847E'

red 181 ◦ green 132 ◦ blue 126

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

Shades of Brandy Rose #B5847E

Tints of Brandy Rose #B5847E

RGB

 RED value IS 181 (71.09% from 255) = 41.23%

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

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

R = 41.23%
G = 30.07%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5847E (or 0xB5847E) is known color: Brandy Rose. HEX triplet: B5, 84 and 7E. RGB value is (181,132,126). Sum of RGB (Red+Green+Blue) = 181+132+126=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5847E is #4A7B81. Grayscale: #929292. Windows color (decimal): -4881282 or 8291509. OLE color: 8291509.

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

Color convert

RGB 181 132 126 -
CMYK 0 0.27 0.30 0.29
HSL 6.55º 0.27% 0.6% -
HSV(B) 6.55º 0.3% 0.71% -
XYZ 31.07 27.83 23.47 -
YUV 145.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 181 132 126 0 0.27 0.30 0.29 6.55 0.27 0.6
Hex B5 84 7E 0 1B 1E 1D 7 1B 3C
Octal 265 204 176 0 33 36 35 7 33 74
Binary 10110101 10000100 1111110 0 11011 11110 11101 111 11011 111100

Color Harmonies of #B5847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5847E

Black with #B5847E

Text Example


Text Example

White with #B5847E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5847E; }

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

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

background-color css

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

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

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

border-color css

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

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

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