Html Css Color HEX #BC8280 Brandy Rose

📋 copy color: '#BC8280'

red 188 ◦ green 130 ◦ blue 128

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

Shades of Brandy Rose #BC8280

Tints of Brandy Rose #BC8280

RGB

 RED value IS 188 (73.83% from 255) = 42.15%

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

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

R = 42.15%
G = 29.15%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC8280 (or 0xBC8280) is known color: Brandy Rose. HEX triplet: BC, 82 and 80. RGB value is (188,130,128). Sum of RGB (Red+Green+Blue) = 188+130+128=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8280 is #437D7F. Grayscale: #939393. Windows color (decimal): -4423040 or 8422076. OLE color: 8422076.

HSL color Cylindrical-coordinate representation of color #BC8280: hue angle of 2º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8280 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 130 128 -
CMYK 0 0.31 0.32 0.26
HSL 0.31% 0.62% -
HSV(B) 0.32% 0.74% -
XYZ 32.62 28.22 24.15 -
YUV 147.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 188 130 128 0 0.31 0.32 0.26 2 0.31 0.62
Hex BC 82 80 0 1F 20 1A 2 1F 3E
Octal 274 202 200 0 37 40 32 2 37 76
Binary 10111100 10000010 10000000 0 11111 100000 11010 10 11111 111110

Color Harmonies of #BC8280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8280

Black with #BC8280

Text Example


Text Example

White with #BC8280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8280; }

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

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

background-color css

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

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

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

border-color css

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

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

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