Html Css Color HEX #BCBC8B Coriander

📋 copy color: '#BCBC8B'

red 188 ◦ green 188 ◦ blue 139

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

Shades of Coriander #BCBC8B

Tints of Coriander #BCBC8B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

 BLUE value IS 139 (54.69% from 255) = 26.99%

R = 36.5%
G = 36.5%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCBC8B (or 0xBCBC8B) is known color: Coriander. HEX triplet: BC, BC and 8B. RGB value is (188,188,139). Sum of RGB (Red+Green+Blue) = 188+188+139=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC8B is #434374. Grayscale: #B6B6B6. Windows color (decimal): -4408181 or 9157820. OLE color: 9157820.

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

Color convert

RGB 188 188 139 -
CMYK 0 0 0.26 0.26
HSL 60º 0.27% 0.64% -
HSV(B) 60º 0.26% 0.74% -
XYZ 43.38 48.52 31.51 -
YUV 182.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 188 188 139 0 0 0.26 0.26 60 0.27 0.64
Hex BC BC 8B 0 0 1A 1A 3C 1B 40
Octal 274 274 213 0 0 32 32 74 33 100
Binary 10111100 10111100 10001011 0 0 11010 11010 111100 11011 1000000

Color Harmonies of #BCBC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC8B

Black with #BCBC8B

Text Example


Text Example

White with #BCBC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC8B; }

 p { color: rgb(188,188,139); }

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

background-color css

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

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

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

border-color css

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

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

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