Html Css Color HEX #B18570 Brandy Rose

📋 copy color: '#B18570'

red 177 ◦ green 133 ◦ blue 112

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

Shades of Brandy Rose #B18570

Tints of Brandy Rose #B18570

RGB

 RED value IS 177 (69.53% from 255) = 41.94%

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

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

R = 41.94%
G = 31.52%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B18570 (or 0xB18570) is known color: Brandy Rose. HEX triplet: B1, 85 and 70. RGB value is (177,133,112). Sum of RGB (Red+Green+Blue) = 177+133+112=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B18570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18570 is #4E7A8F. Grayscale: #8F8F8F. Windows color (decimal): -5143184 or 7374257. OLE color: 7374257.

HSL color Cylindrical-coordinate representation of color #B18570: hue angle of 19.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18570 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 133 112 -
CMYK 0 0.25 0.37 0.31
HSL 19.38º 0.29% 0.57% -
HSV(B) 19.38º 0.37% 0.69% -
XYZ 29.44 27.29 19.05 -
YUV 143.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 177 133 112 0 0.25 0.37 0.31 19.38 0.29 0.57
Hex B1 85 70 0 19 25 1F 13 1D 39
Octal 261 205 160 0 31 45 37 23 35 71
Binary 10110001 10000101 1110000 0 11001 100101 11111 10011 11101 111001

Color Harmonies of #B18570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18570

Black with #B18570

Text Example


Text Example

White with #B18570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18570; }

 p { color: rgb(177,133,112); }

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

background-color css

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

 a { background-color: rgb(177,133,112); }

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

border-color css

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

 span { border-color: rgb(177,133,112); }

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