Html Css Color HEX #B28980 Brandy Rose

📋 copy color: '#B28980'

red 178 ◦ green 137 ◦ blue 128

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

Shades of Brandy Rose #B28980

Tints of Brandy Rose #B28980

RGB

 RED value IS 178 (69.92% from 255) = 40.18%

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

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

R = 40.18%
G = 30.93%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B28980 (or 0xB28980) is known color: Brandy Rose. HEX triplet: B2, 89 and 80. RGB value is (178,137,128). Sum of RGB (Red+Green+Blue) = 178+137+128=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B28980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28980 is #4D767F. Grayscale: #949494. Windows color (decimal): -5076608 or 8423858. OLE color: 8423858.

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

Color convert

RGB 178 137 128 -
CMYK 0 0.23 0.28 0.30
HSL 10.8º 0.25% 0.6% -
HSV(B) 10.8º 0.28% 0.7% -
XYZ 31.2 28.91 24.36 -
YUV 148.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 178 137 128 0 0.23 0.28 0.30 10.8 0.25 0.6
Hex B2 89 80 0 17 1C 1E B 19 3C
Octal 262 211 200 0 27 34 36 13 31 74
Binary 10110010 10001001 10000000 0 10111 11100 11110 1011 11001 111100

Color Harmonies of #B28980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28980

Black with #B28980

Text Example


Text Example

White with #B28980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28980; }

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

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

background-color css

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

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

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

border-color css

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

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

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