Html Css Color HEX #B18370 Brandy Rose

📋 copy color: '#B18370'

red 177 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #B18370

Tints of Brandy Rose #B18370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

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

R = 42.14%
G = 31.19%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B18370 (or 0xB18370) is known color: Brandy Rose. HEX triplet: B1, 83 and 70. RGB value is (177,131,112). Sum of RGB (Red+Green+Blue) = 177+131+112=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B18370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18370 is #4E7C8F. Grayscale: #8E8E8E. Windows color (decimal): -5143696 or 7373745. OLE color: 7373745.

HSL color Cylindrical-coordinate representation of color #B18370: hue angle of 17.54º 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 #B18370 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 112 -
CMYK 0 0.26 0.37 0.31
HSL 17.54º 0.29% 0.57% -
HSV(B) 17.54º 0.37% 0.69% -
XYZ 29.17 26.75 18.95 -
YUV 142.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 177 131 112 0 0.26 0.37 0.31 17.54 0.29 0.57
Hex B1 83 70 0 1A 25 1F 12 1D 39
Octal 261 203 160 0 32 45 37 22 35 71
Binary 10110001 10000011 1110000 0 11010 100101 11111 10010 11101 111001

Color Harmonies of #B18370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18370

Black with #B18370

Text Example


Text Example

White with #B18370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18370; }

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

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

background-color css

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

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

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

border-color css

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

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

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