Html Css Color HEX #BCB68D Coriander

📋 copy color: '#BCB68D'

red 188 ◦ green 182 ◦ blue 141

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

Shades of Coriander #BCB68D

Tints of Coriander #BCB68D

RGB

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

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

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

R = 36.79%
G = 35.62%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BCB68D (or 0xBCB68D) is known color: Coriander. HEX triplet: BC, B6 and 8D. RGB value is (188,182,141). Sum of RGB (Red+Green+Blue) = 188+182+141=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB68D is #434972. Grayscale: #B3B3B3. Windows color (decimal): -4409715 or 9287356. OLE color: 9287356.

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

Color convert

RGB 188 182 141 -
CMYK 0 0.03 0.25 0.26
HSL 52.34º 0.26% 0.65% -
HSV(B) 52.34º 0.25% 0.74% -
XYZ 42.27 46.07 31.86 -
YUV 179.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 188 182 141 0 0.03 0.25 0.26 52.34 0.26 0.65
Hex BC B6 8D 0 3 19 1A 34 1A 41
Octal 274 266 215 0 3 31 32 64 32 101
Binary 10111100 10110110 10001101 0 11 11001 11010 110100 11010 1000001

Color Harmonies of #BCB68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB68D

Black with #BCB68D

Text Example


Text Example

White with #BCB68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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