Html Css Color HEX #B18379 Brandy Rose

📋 copy color: '#B18379'

red 177 ◦ green 131 ◦ blue 121

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

Shades of Brandy Rose #B18379

Tints of Brandy Rose #B18379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.21%

R = 41.26%
G = 30.54%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B18379 (or 0xB18379) is known color: Brandy Rose. HEX triplet: B1, 83 and 79. RGB value is (177,131,121). Sum of RGB (Red+Green+Blue) = 177+131+121=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B18379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18379 is #4E7C86. Grayscale: #8F8F8F. Windows color (decimal): -5143687 or 7963569. OLE color: 7963569.

HSL color Cylindrical-coordinate representation of color #B18379: hue angle of 10.71º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18379 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 121 -
CMYK 0 0.26 0.32 0.31
HSL 10.71º 0.26% 0.58% -
HSV(B) 10.71º 0.32% 0.69% -
XYZ 29.7 26.96 21.73 -
YUV 143.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 177 131 121 0 0.26 0.32 0.31 10.71 0.26 0.58
Hex B1 83 79 0 1A 20 1F B 1A 3A
Octal 261 203 171 0 32 40 37 13 32 72
Binary 10110001 10000011 1111001 0 11010 100000 11111 1011 11010 111010

Color Harmonies of #B18379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18379

Black with #B18379

Text Example


Text Example

White with #B18379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18379; }

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

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

background-color css

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

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

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

border-color css

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

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

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