Html Css Color HEX #B58681 Brandy Rose

📋 copy color: '#B58681'

red 181 ◦ green 134 ◦ blue 129

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

Shades of Brandy Rose #B58681

Tints of Brandy Rose #B58681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.05%

R = 40.77%
G = 30.18%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B58681 (or 0xB58681) is known color: Brandy Rose. HEX triplet: B5, 86 and 81. RGB value is (181,134,129). Sum of RGB (Red+Green+Blue) = 181+134+129=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B58681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58681 is #4A797E. Grayscale: #939393. Windows color (decimal): -4880767 or 8488629. OLE color: 8488629.

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

Color convert

RGB 181 134 129 -
CMYK 0 0.26 0.29 0.29
HSL 5.77º 0.26% 0.61% -
HSV(B) 5.77º 0.29% 0.71% -
XYZ 31.54 28.46 24.6 -
YUV 147.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 181 134 129 0 0.26 0.29 0.29 5.77 0.26 0.61
Hex B5 86 81 0 1A 1D 1D 6 1A 3D
Octal 265 206 201 0 32 35 35 6 32 75
Binary 10110101 10000110 10000001 0 11010 11101 11101 110 11010 111101

Color Harmonies of #B58681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58681

Black with #B58681

Text Example


Text Example

White with #B58681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58681; }

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

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

background-color css

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

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

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

border-color css

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

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

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