Html Css Color HEX #B58580 Brandy Rose

📋 copy color: '#B58580'

red 181 ◦ green 133 ◦ blue 128

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

Shades of Brandy Rose #B58580

Tints of Brandy Rose #B58580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

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

R = 40.95%
G = 30.09%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B58580 (or 0xB58580) is known color: Brandy Rose. HEX triplet: B5, 85 and 80. RGB value is (181,133,128). Sum of RGB (Red+Green+Blue) = 181+133+128=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B58580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58580 is #4A7A7F. Grayscale: #929292. Windows color (decimal): -4881024 or 8422837. OLE color: 8422837.

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

Color convert

RGB 181 133 128 -
CMYK 0 0.27 0.29 0.29
HSL 5.66º 0.26% 0.61% -
HSV(B) 5.66º 0.29% 0.71% -
XYZ 31.34 28.16 24.21 -
YUV 146.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 181 133 128 0 0.27 0.29 0.29 5.66 0.26 0.61
Hex B5 85 80 0 1B 1D 1D 6 1A 3D
Octal 265 205 200 0 33 35 35 6 32 75
Binary 10110101 10000101 10000000 0 11011 11101 11101 110 11010 111101

Color Harmonies of #B58580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58580

Black with #B58580

Text Example


Text Example

White with #B58580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58580; }

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

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

background-color css

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

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

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

border-color css

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

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

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