Html Css Color HEX #B5866F Brandy Rose

📋 copy color: '#B5866F'

red 181 ◦ green 134 ◦ blue 111

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

Shades of Brandy Rose #B5866F

Tints of Brandy Rose #B5866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.06%

R = 42.49%
G = 31.46%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5866F (or 0xB5866F) is known color: Brandy Rose. HEX triplet: B5, 86 and 6F. RGB value is (181,134,111). Sum of RGB (Red+Green+Blue) = 181+134+111=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5866F is #4A7990. Grayscale: #919191. Windows color (decimal): -4880785 or 7308981. OLE color: 7308981.

HSL color Cylindrical-coordinate representation of color #B5866F: hue angle of 19.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5866F is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 111 -
CMYK 0 0.26 0.39 0.29
HSL 19.71º 0.32% 0.57% -
HSV(B) 19.71º 0.39% 0.71% -
XYZ 30.45 28.02 18.84 -
YUV 145.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 181 134 111 0 0.26 0.39 0.29 19.71 0.32 0.57
Hex B5 86 6F 0 1A 27 1D 14 20 39
Octal 265 206 157 0 32 47 35 24 40 71
Binary 10110101 10000110 1101111 0 11010 100111 11101 10100 100000 111001

Color Harmonies of #B5866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5866F

Black with #B5866F

Text Example


Text Example

White with #B5866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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