Html Css Color HEX #BC8680 Brandy Rose

📋 copy color: '#BC8680'

red 188 ◦ green 134 ◦ blue 128

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

Shades of Brandy Rose #BC8680

Tints of Brandy Rose #BC8680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.78%

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

R = 41.78%
G = 29.78%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC8680 (or 0xBC8680) is known color: Brandy Rose. HEX triplet: BC, 86 and 80. RGB value is (188,134,128). Sum of RGB (Red+Green+Blue) = 188+134+128=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8680 is #43797F. Grayscale: #959595. Windows color (decimal): -4422016 or 8423100. OLE color: 8423100.

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

Color convert

RGB 188 134 128 -
CMYK 0 0.29 0.32 0.26
HSL 0.31% 0.62% -
HSV(B) 0.32% 0.74% -
XYZ 33.16 29.3 24.33 -
YUV 149.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 188 134 128 0 0.29 0.32 0.26 6 0.31 0.62
Hex BC 86 80 0 1D 20 1A 6 1F 3E
Octal 274 206 200 0 35 40 32 6 37 76
Binary 10111100 10000110 10000000 0 11101 100000 11010 110 11111 111110

Color Harmonies of #BC8680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8680

Black with #BC8680

Text Example


Text Example

White with #BC8680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8680; }

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

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

background-color css

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

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

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

border-color css

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

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

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