Html Css Color HEX #BCB98D Coriander

📋 copy color: '#BCB98D'

red 188 ◦ green 185 ◦ blue 141

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

Shades of Coriander #BCB98D

Tints of Coriander #BCB98D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.99%

 BLUE value IS 141 (55.47% from 255) = 27.43%

R = 36.58%
G = 35.99%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BCB98D (or 0xBCB98D) is known color: Coriander. HEX triplet: BC, B9 and 8D. RGB value is (188,185,141). Sum of RGB (Red+Green+Blue) = 188+185+141=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB98D is #434672. Grayscale: #B5B5B5. Windows color (decimal): -4408947 or 9288124. OLE color: 9288124.

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

Color convert

RGB 188 185 141 -
CMYK 0 0.02 0.25 0.26
HSL 56.17º 0.26% 0.65% -
HSV(B) 56.17º 0.25% 0.74% -
XYZ 42.9 47.31 32.07 -
YUV 180.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 188 185 141 0 0.02 0.25 0.26 56.17 0.26 0.65
Hex BC B9 8D 0 2 19 1A 38 1A 41
Octal 274 271 215 0 2 31 32 70 32 101
Binary 10111100 10111001 10001101 0 10 11001 11010 111000 11010 1000001

Color Harmonies of #BCB98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB98D

Black with #BCB98D

Text Example


Text Example

White with #BCB98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB98D; }

 p { color: rgb(188,185,141); }

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

background-color css

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

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

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

border-color css

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

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

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