Html Css Color HEX #BCB88D Coriander

📋 copy color: '#BCB88D'

red 188 ◦ green 184 ◦ blue 141

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

Shades of Coriander #BCB88D

Tints of Coriander #BCB88D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.87%

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

R = 36.65%
G = 35.87%
B = 27.49%

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

#BCB88D (or 0xBCB88D) is known color: Coriander. HEX triplet: BC, B8 and 8D. RGB value is (188,184,141). Sum of RGB (Red+Green+Blue) = 188+184+141=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB88D is #434772. Grayscale: #B4B4B4. Windows color (decimal): -4409203 or 9287868. OLE color: 9287868.

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

Color convert

RGB 188 184 141 -
CMYK 0 0.02 0.25 0.26
HSL 54.89º 0.26% 0.65% -
HSV(B) 54.89º 0.25% 0.74% -
XYZ 42.69 46.9 32 -
YUV 180.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 188 184 141 0 0.02 0.25 0.26 54.89 0.26 0.65
Hex BC B8 8D 0 2 19 1A 37 1A 41
Octal 274 270 215 0 2 31 32 67 32 101
Binary 10111100 10111000 10001101 0 10 11001 11010 110111 11010 1000001

Color Harmonies of #BCB88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB88D

Black with #BCB88D

Text Example


Text Example

White with #BCB88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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