Html Css Color HEX #B58170 Brandy Rose

📋 copy color: '#B58170'

red 181 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #B58170

Tints of Brandy Rose #B58170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 42.89%
G = 30.57%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B58170 (or 0xB58170) is known color: Brandy Rose. HEX triplet: B5, 81 and 70. RGB value is (181,129,112). Sum of RGB (Red+Green+Blue) = 181+129+112=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B58170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58170 is #4A7E8F. Grayscale: #8E8E8E. Windows color (decimal): -4882064 or 7373237. OLE color: 7373237.

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

Color convert

RGB 181 129 112 -
CMYK 0 0.29 0.38 0.29
HSL 14.78º 0.32% 0.57% -
HSV(B) 14.78º 0.38% 0.71% -
XYZ 29.83 26.69 18.91 -
YUV 142.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 181 129 112 0 0.29 0.38 0.29 14.78 0.32 0.57
Hex B5 81 70 0 1D 26 1D F 20 39
Octal 265 201 160 0 35 46 35 17 40 71
Binary 10110101 10000001 1110000 0 11101 100110 11101 1111 100000 111001

Color Harmonies of #B58170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58170

Black with #B58170

Text Example


Text Example

White with #B58170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58170; }

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

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

background-color css

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

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

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

border-color css

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

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

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