Html Css Color HEX #BCB985 Coriander

📋 copy color: '#BCB985'

red 188 ◦ green 185 ◦ blue 133

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

Shades of Coriander #BCB985

Tints of Coriander #BCB985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.56%

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

R = 37.15%
G = 36.56%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCB985 (or 0xBCB985) is known color: Coriander. HEX triplet: BC, B9 and 85. RGB value is (188,185,133). Sum of RGB (Red+Green+Blue) = 188+185+133=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB985 is #43467A. Grayscale: #B4B4B4. Windows color (decimal): -4408955 or 8763836. OLE color: 8763836.

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

Color convert

RGB 188 185 133 -
CMYK 0 0.02 0.29 0.26
HSL 56.73º 0.29% 0.63% -
HSV(B) 56.73º 0.29% 0.74% -
XYZ 42.32 47.08 29.05 -
YUV 179.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 188 185 133 0 0.02 0.29 0.26 56.73 0.29 0.63
Hex BC B9 85 0 2 1D 1A 39 1D 3F
Octal 274 271 205 0 2 35 32 71 35 77
Binary 10111100 10111001 10000101 0 10 11101 11010 111001 11101 111111

Color Harmonies of #BCB985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB985

Black with #BCB985

Text Example


Text Example

White with #BCB985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB985; }

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

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

background-color css

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

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

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

border-color css

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

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

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