Html Css Color HEX #B58680 Brandy Rose

📋 copy color: '#B58680'

red 181 ◦ green 134 ◦ blue 128

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

Shades of Brandy Rose #B58680

Tints of Brandy Rose #B58680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.89%

R = 40.86%
G = 30.25%
B = 28.89%

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

#B58680 (or 0xB58680) is known color: Brandy Rose. HEX triplet: B5, 86 and 80. RGB value is (181,134,128). Sum of RGB (Red+Green+Blue) = 181+134+128=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B58680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58680 is #4A797F. Grayscale: #939393. Windows color (decimal): -4880768 or 8423093. OLE color: 8423093.

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

Color convert

RGB 181 134 128 -
CMYK 0 0.26 0.29 0.29
HSL 6.79º 0.26% 0.61% -
HSV(B) 6.79º 0.29% 0.71% -
XYZ 31.48 28.43 24.25 -
YUV 147.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 181 134 128 0 0.26 0.29 0.29 6.79 0.26 0.61
Hex B5 86 80 0 1A 1D 1D 7 1A 3D
Octal 265 206 200 0 32 35 35 7 32 75
Binary 10110101 10000110 10000000 0 11010 11101 11101 111 11010 111101

Color Harmonies of #B58680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58680

Black with #B58680

Text Example


Text Example

White with #B58680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58680; }

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

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

background-color css

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

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

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

border-color css

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

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

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