Html Css Color HEX #B18980 Brandy Rose

📋 copy color: '#B18980'

red 177 ◦ green 137 ◦ blue 128

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

Shades of Brandy Rose #B18980

Tints of Brandy Rose #B18980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31%

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 40.05%
G = 31%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B18980 (or 0xB18980) is known color: Brandy Rose. HEX triplet: B1, 89 and 80. RGB value is (177,137,128). Sum of RGB (Red+Green+Blue) = 177+137+128=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B18980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18980 is #4E767F. Grayscale: #949494. Windows color (decimal): -5142144 or 8423857. OLE color: 8423857.

HSL color Cylindrical-coordinate representation of color #B18980: hue angle of 11.02º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B18980 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 137 128 -
CMYK 0 0.23 0.28 0.31
HSL 11.02º 0.24% 0.6% -
HSV(B) 11.02º 0.28% 0.69% -
XYZ 30.97 28.8 24.35 -
YUV 147.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 177 137 128 0 0.23 0.28 0.31 11.02 0.24 0.6
Hex B1 89 80 0 17 1C 1F B 18 3C
Octal 261 211 200 0 27 34 37 13 30 74
Binary 10110001 10001001 10000000 0 10111 11100 11111 1011 11000 111100

Color Harmonies of #B18980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18980

Black with #B18980

Text Example


Text Example

White with #B18980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18980; }

 p { color: rgb(177,137,128); }

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

background-color css

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

 a { background-color: rgb(177,137,128); }

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

border-color css

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

 span { border-color: rgb(177,137,128); }

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