Html Css Color HEX #BCB68F Coriander

📋 copy color: '#BCB68F'

red 188 ◦ green 182 ◦ blue 143

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

Shades of Coriander #BCB68F

Tints of Coriander #BCB68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.88%

R = 36.65%
G = 35.48%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BCB68F (or 0xBCB68F) is known color: Coriander. HEX triplet: BC, B6 and 8F. RGB value is (188,182,143). Sum of RGB (Red+Green+Blue) = 188+182+143=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB68F is #434970. Grayscale: #B3B3B3. Windows color (decimal): -4409713 or 9418428. OLE color: 9418428.

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

Color convert

RGB 188 182 143 -
CMYK 0 0.03 0.24 0.26
HSL 52º 0.25% 0.65% -
HSV(B) 52º 0.24% 0.74% -
XYZ 42.42 46.13 32.65 -
YUV 179.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 188 182 143 0 0.03 0.24 0.26 52 0.25 0.65
Hex BC B6 8F 0 3 18 1A 34 19 41
Octal 274 266 217 0 3 30 32 64 31 101
Binary 10111100 10110110 10001111 0 11 11000 11010 110100 11001 1000001

Color Harmonies of #BCB68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB68F

Black with #BCB68F

Text Example


Text Example

White with #BCB68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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