Html Css Color HEX #B5807E Brandy Rose

📋 copy color: '#B5807E'

red 181 ◦ green 128 ◦ blue 126

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

Shades of Brandy Rose #B5807E

Tints of Brandy Rose #B5807E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 41.61%
G = 29.43%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5807E (or 0xB5807E) is known color: Brandy Rose. HEX triplet: B5, 80 and 7E. RGB value is (181,128,126). Sum of RGB (Red+Green+Blue) = 181+128+126=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5807E is #4A7F81. Grayscale: #8F8F8F. Windows color (decimal): -4882306 or 8290485. OLE color: 8290485.

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

Color convert

RGB 181 128 126 -
CMYK 0 0.29 0.30 0.29
HSL 2.18º 0.27% 0.6% -
HSV(B) 2.18º 0.3% 0.71% -
XYZ 30.54 26.77 23.3 -
YUV 143.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 181 128 126 0 0.29 0.30 0.29 2.18 0.27 0.6
Hex B5 80 7E 0 1D 1E 1D 2 1B 3C
Octal 265 200 176 0 35 36 35 2 33 74
Binary 10110101 10000000 1111110 0 11101 11110 11101 10 11011 111100

Color Harmonies of #B5807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5807E

Black with #B5807E

Text Example


Text Example

White with #B5807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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