Html Css Color HEX #B88980 Brandy Rose

📋 copy color: '#B88980'

red 184 ◦ green 137 ◦ blue 128

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

Shades of Brandy Rose #B88980

Tints of Brandy Rose #B88980

RGB

 RED value IS 184 (72.27% from 255) = 40.98%

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

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

R = 40.98%
G = 30.51%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B88980 (or 0xB88980) is known color: Brandy Rose. HEX triplet: B8, 89 and 80. RGB value is (184,137,128). Sum of RGB (Red+Green+Blue) = 184+137+128=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B88980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88980 is #47767F. Grayscale: #969696. Windows color (decimal): -4683392 or 8423864. OLE color: 8423864.

HSL color Cylindrical-coordinate representation of color #B88980: hue angle of 9.64º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88980 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 137 128 -
CMYK 0 0.26 0.30 0.28
HSL 9.64º 0.28% 0.61% -
HSV(B) 9.64º 0.3% 0.72% -
XYZ 32.61 29.64 24.42 -
YUV 150.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 184 137 128 0 0.26 0.30 0.28 9.64 0.28 0.61
Hex B8 89 80 0 1A 1E 1C A 1C 3D
Octal 270 211 200 0 32 36 34 12 34 75
Binary 10111000 10001001 10000000 0 11010 11110 11100 1010 11100 111101

Color Harmonies of #B88980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88980

Black with #B88980

Text Example


Text Example

White with #B88980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88980; }

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

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

background-color css

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

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

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

border-color css

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

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

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