Html Css Color HEX #B58875 Brandy Rose

📋 copy color: '#B58875'

red 181 ◦ green 136 ◦ blue 117

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

Shades of Brandy Rose #B58875

Tints of Brandy Rose #B58875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.34%

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

R = 41.71%
G = 31.34%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B58875 (or 0xB58875) is known color: Brandy Rose. HEX triplet: B5, 88 and 75. RGB value is (181,136,117). Sum of RGB (Red+Green+Blue) = 181+136+117=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B58875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58875 is #4A778A. Grayscale: #939393. Windows color (decimal): -4880267 or 7702709. OLE color: 7702709.

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

Color convert

RGB 181 136 117 -
CMYK 0 0.25 0.35 0.29
HSL 17.81º 0.3% 0.58% -
HSV(B) 17.81º 0.35% 0.71% -
XYZ 31.07 28.72 20.73 -
YUV 147.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 181 136 117 0 0.25 0.35 0.29 17.81 0.3 0.58
Hex B5 88 75 0 19 23 1D 12 1E 3A
Octal 265 210 165 0 31 43 35 22 36 72
Binary 10110101 10001000 1110101 0 11001 100011 11101 10010 11110 111010

Color Harmonies of #B58875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58875

Black with #B58875

Text Example


Text Example

White with #B58875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58875; }

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

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

background-color css

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

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

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

border-color css

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

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

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