Html Css Color HEX #B58575 Brandy Rose

📋 copy color: '#B58575'

red 181 ◦ green 133 ◦ blue 117

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

Shades of Brandy Rose #B58575

Tints of Brandy Rose #B58575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 42%
G = 30.86%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B58575 (or 0xB58575) is known color: Brandy Rose. HEX triplet: B5, 85 and 75. RGB value is (181,133,117). Sum of RGB (Red+Green+Blue) = 181+133+117=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B58575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58575 is #4A7A8A. Grayscale: #919191. Windows color (decimal): -4881035 or 7701941. OLE color: 7701941.

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

Color convert

RGB 181 133 117 -
CMYK 0 0.27 0.35 0.29
HSL 15º 0.3% 0.58% -
HSV(B) 15º 0.35% 0.71% -
XYZ 30.65 27.88 20.6 -
YUV 145.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 181 133 117 0 0.27 0.35 0.29 15 0.3 0.58
Hex B5 85 75 0 1B 23 1D F 1E 3A
Octal 265 205 165 0 33 43 35 17 36 72
Binary 10110101 10000101 1110101 0 11011 100011 11101 1111 11110 111010

Color Harmonies of #B58575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58575

Black with #B58575

Text Example


Text Example

White with #B58575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58575; }

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

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

background-color css

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

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

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

border-color css

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

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

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