Html Css Color HEX #B18280 Brandy Rose

📋 copy color: '#B18280'

red 177 ◦ green 130 ◦ blue 128

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

Shades of Brandy Rose #B18280

Tints of Brandy Rose #B18280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.89%

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

R = 40.69%
G = 29.89%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B18280 (or 0xB18280) is known color: Brandy Rose. HEX triplet: B1, 82 and 80. RGB value is (177,130,128). Sum of RGB (Red+Green+Blue) = 177+130+128=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B18280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18280 is #4E7D7F. Grayscale: #8F8F8F. Windows color (decimal): -5143936 or 8422065. OLE color: 8422065.

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

Color convert

RGB 177 130 128 -
CMYK 0 0.27 0.28 0.31
HSL 2.45º 0.24% 0.6% -
HSV(B) 2.45º 0.28% 0.69% -
XYZ 30.01 26.87 24.03 -
YUV 143.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 177 130 128 0 0.27 0.28 0.31 2.45 0.24 0.6
Hex B1 82 80 0 1B 1C 1F 2 18 3C
Octal 261 202 200 0 33 34 37 2 30 74
Binary 10110001 10000010 10000000 0 11011 11100 11111 10 11000 111100

Color Harmonies of #B18280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18280

Black with #B18280

Text Example


Text Example

White with #B18280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18280; }

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

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

background-color css

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

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

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

border-color css

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

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

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