Html Css Color HEX #BCB78D Coriander

📋 copy color: '#BCB78D'

red 188 ◦ green 183 ◦ blue 141

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

Shades of Coriander #BCB78D

Tints of Coriander #BCB78D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.74%

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

R = 36.72%
G = 35.74%
B = 27.54%

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

#BCB78D (or 0xBCB78D) is known color: Coriander. HEX triplet: BC, B7 and 8D. RGB value is (188,183,141). Sum of RGB (Red+Green+Blue) = 188+183+141=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB78D is #434872. Grayscale: #B3B3B3. Windows color (decimal): -4409459 or 9287612. OLE color: 9287612.

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

Color convert

RGB 188 183 141 -
CMYK 0 0.03 0.25 0.26
HSL 53.62º 0.26% 0.65% -
HSV(B) 53.62º 0.25% 0.74% -
XYZ 42.48 46.48 31.93 -
YUV 179.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 188 183 141 0 0.03 0.25 0.26 53.62 0.26 0.65
Hex BC B7 8D 0 3 19 1A 36 1A 41
Octal 274 267 215 0 3 31 32 66 32 101
Binary 10111100 10110111 10001101 0 11 11001 11010 110110 11010 1000001

Color Harmonies of #BCB78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB78D

Black with #BCB78D

Text Example


Text Example

White with #BCB78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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