Html Css Color HEX #B88080 Brandy Rose

📋 copy color: '#B88080'

red 184 ◦ green 128 ◦ blue 128

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

Shades of Brandy Rose #B88080

Tints of Brandy Rose #B88080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.09%

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

R = 41.82%
G = 29.09%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B88080 (or 0xB88080) is known color: Brandy Rose. HEX triplet: B8, 80 and 80. RGB value is (184,128,128). Sum of RGB (Red+Green+Blue) = 184+128+128=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B88080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88080 is #477F7F. Grayscale: #909090. Windows color (decimal): -4685696 or 8421560. OLE color: 8421560.

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

Color convert

RGB 184 128 128 -
CMYK 0 0.30 0.30 0.28
HSL 0.28% 0.61% -
HSV(B) 0.3% 0.72% -
XYZ 31.38 27.19 24.02 -
YUV 144.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 184 128 128 0 0.30 0.30 0.28 0 0.28 0.61
Hex B8 80 80 0 1E 1E 1C 0 1C 3D
Octal 270 200 200 0 36 36 34 0 34 75
Binary 10111000 10000000 10000000 0 11110 11110 11100 0 11100 111101

Color Harmonies of #B88080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88080

Black with #B88080

Text Example


Text Example

White with #B88080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88080; }

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

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

background-color css

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

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

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

border-color css

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

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

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