Html Css Color HEX #BCBB8C Coriander

📋 copy color: '#BCBB8C'

red 188 ◦ green 187 ◦ blue 140

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

Shades of Coriander #BCBB8C

Tints of Coriander #BCBB8C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.31%

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 36.5%
G = 36.31%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCBB8C (or 0xBCBB8C) is known color: Coriander. HEX triplet: BC, BB and 8C. RGB value is (188,187,140). Sum of RGB (Red+Green+Blue) = 188+187+140=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB8C is #434473. Grayscale: #B6B6B6. Windows color (decimal): -4408436 or 9223100. OLE color: 9223100.

HSL color Cylindrical-coordinate representation of color #BCBB8C: hue angle of 58.75º degrees, saturation: 0.26, 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 #BCBB8C is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 140 -
CMYK 0 0.01 0.26 0.26
HSL 58.75º 0.26% 0.64% -
HSV(B) 58.75º 0.26% 0.74% -
XYZ 43.24 48.13 31.82 -
YUV 181.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 188 187 140 0 0.01 0.26 0.26 58.75 0.26 0.64
Hex BC BB 8C 0 1 1A 1A 3B 1A 40
Octal 274 273 214 0 1 32 32 73 32 100
Binary 10111100 10111011 10001100 0 1 11010 11010 111011 11010 1000000

Color Harmonies of #BCBB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB8C

Black with #BCBB8C

Text Example


Text Example

White with #BCBB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB8C; }

 p { color: rgb(188,187,140); }

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

background-color css

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

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

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

border-color css

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

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

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