Html Css Color HEX #B5867F Brandy Rose

📋 copy color: '#B5867F'

red 181 ◦ green 134 ◦ blue 127

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

Shades of Brandy Rose #B5867F

Tints of Brandy Rose #B5867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

 BLUE value IS 127 (50% from 255) = 28.73%

R = 40.95%
G = 30.32%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5867F (or 0xB5867F) is known color: Brandy Rose. HEX triplet: B5, 86 and 7F. RGB value is (181,134,127). Sum of RGB (Red+Green+Blue) = 181+134+127=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5867F is #4A7980. Grayscale: #939393. Windows color (decimal): -4880769 or 8357557. OLE color: 8357557.

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

Color convert

RGB 181 134 127 -
CMYK 0 0.26 0.30 0.29
HSL 7.78º 0.27% 0.6% -
HSV(B) 7.78º 0.3% 0.71% -
XYZ 31.41 28.41 23.91 -
YUV 147.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 181 134 127 0 0.26 0.30 0.29 7.78 0.27 0.6
Hex B5 86 7F 0 1A 1E 1D 8 1B 3C
Octal 265 206 177 0 32 36 35 10 33 74
Binary 10110101 10000110 1111111 0 11010 11110 11101 1000 11011 111100

Color Harmonies of #B5867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5867F

Black with #B5867F

Text Example


Text Example

White with #B5867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5867F; }

 p { color: rgb(181,134,127); }

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

background-color css

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

 a { background-color: rgb(181,134,127); }

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

border-color css

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

 span { border-color: rgb(181,134,127); }

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