Html Css Color HEX #BCB38D Coriander

📋 copy color: '#BCB38D'

red 188 ◦ green 179 ◦ blue 141

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

Shades of Coriander #BCB38D

Tints of Coriander #BCB38D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.24%

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

R = 37.01%
G = 35.24%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BCB38D (or 0xBCB38D) is known color: Coriander. HEX triplet: BC, B3 and 8D. RGB value is (188,179,141). Sum of RGB (Red+Green+Blue) = 188+179+141=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB38D is #434C72. Grayscale: #B1B1B1. Windows color (decimal): -4410483 or 9286588. OLE color: 9286588.

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

Color convert

RGB 188 179 141 -
CMYK 0 0.05 0.25 0.26
HSL 48.51º 0.26% 0.65% -
HSV(B) 48.51º 0.25% 0.74% -
XYZ 41.67 44.85 31.66 -
YUV 177.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 188 179 141 0 0.05 0.25 0.26 48.51 0.26 0.65
Hex BC B3 8D 0 5 19 1A 31 1A 41
Octal 274 263 215 0 5 31 32 61 32 101
Binary 10111100 10110011 10001101 0 101 11001 11010 110001 11010 1000001

Color Harmonies of #BCB38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB38D

Black with #BCB38D

Text Example


Text Example

White with #BCB38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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