Html Css Color HEX #BCB680 Coriander

📋 copy color: '#BCB680'

red 188 ◦ green 182 ◦ blue 128

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

Shades of Coriander #BCB680

Tints of Coriander #BCB680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.55%

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

R = 37.75%
G = 36.55%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCB680 (or 0xBCB680) is known color: Coriander. HEX triplet: BC, B6 and 80. RGB value is (188,182,128). Sum of RGB (Red+Green+Blue) = 188+182+128=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB680 is #43497F. Grayscale: #B1B1B1. Windows color (decimal): -4409728 or 8435388. OLE color: 8435388.

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

Color convert

RGB 188 182 128 -
CMYK 0 0.03 0.32 0.26
HSL 54º 0.31% 0.62% -
HSV(B) 54º 0.32% 0.74% -
XYZ 41.36 45.71 27.06 -
YUV 177.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 188 182 128 0 0.03 0.32 0.26 54 0.31 0.62
Hex BC B6 80 0 3 20 1A 36 1F 3E
Octal 274 266 200 0 3 40 32 66 37 76
Binary 10111100 10110110 10000000 0 11 100000 11010 110110 11111 111110

Color Harmonies of #BCB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB680

Black with #BCB680

Text Example


Text Example

White with #BCB680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB680; }

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

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

background-color css

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

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

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

border-color css

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

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

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