Html Css Color HEX #BCB485 Coriander

📋 copy color: '#BCB485'

red 188 ◦ green 180 ◦ blue 133

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

Shades of Coriander #BCB485

Tints of Coriander #BCB485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.93%

 BLUE value IS 133 (52.34% from 255) = 26.55%

R = 37.52%
G = 35.93%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCB485 (or 0xBCB485) is known color: Coriander. HEX triplet: BC, B4 and 85. RGB value is (188,180,133). Sum of RGB (Red+Green+Blue) = 188+180+133=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB485 is #434B7A. Grayscale: #B1B1B1. Windows color (decimal): -4410235 or 8762556. OLE color: 8762556.

HSL color Cylindrical-coordinate representation of color #BCB485: hue angle of 51.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB485 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 133 -
CMYK 0 0.04 0.29 0.26
HSL 51.27º 0.29% 0.63% -
HSV(B) 51.27º 0.29% 0.74% -
XYZ 41.29 45.03 28.71 -
YUV 177.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 188 180 133 0 0.04 0.29 0.26 51.27 0.29 0.63
Hex BC B4 85 0 4 1D 1A 33 1D 3F
Octal 274 264 205 0 4 35 32 63 35 77
Binary 10111100 10110100 10000101 0 100 11101 11010 110011 11101 111111

Color Harmonies of #BCB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB485

Black with #BCB485

Text Example


Text Example

White with #BCB485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB485; }

 p { color: rgb(188,180,133); }

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

background-color css

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

 a { background-color: rgb(188,180,133); }

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

border-color css

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

 span { border-color: rgb(188,180,133); }

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